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

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