language-puppet-1.4.1: tests/Parser/lexer/multilinecomments.pp
/*
file {
"/tmp/multilinecomments": content => "pouet"
}
*/
/* and another one for #2333, the whitespace after the
end comment is here on purpose */
/*
file {
"/tmp/multilinecomments": content => "pouet"
}
*/
/* and another one for #2333, the whitespace after the
end comment is here on purpose */