libconfig-general-perl/t/cfg.6

13 lines
198 B
Groff
Raw Permalink Normal View History

2022-09-15 09:28:58 +08:00
# 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>