libconfig-general-perl/t/cfg.6

13 lines
198 B
Groff

# Comment test
user = tom # a comment right after a line
/*
* C-style comment (multiline)
*/
passwd = sakkra
<db>
/* oneline C-style comment */
host = blah.blubber
</db>
<foo> #
bar = baz
</foo>