summaryrefslogtreecommitdiffstats
path: root/test/data/snippets/multilinecomments.pp
blob: f9819c020ef3a656f58c303667ce83c1a97e707b (plain)
1
2
3
4
5
6
7
8
9
10

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

/* and another one for #2333, the whitespace after the 
end comment is here on purpose */