summaryrefslogtreecommitdiffstats
path: root/test/data/snippets/multilinecomments.pp
blob: b20ce1d9d125e8404ecac4a8c7dafcd7e37ccb6c (plain)
1
2
3
4
5
6

/*
file {
    "/tmp/multilinecomments": content => "pouet"
}
*/