forked from openkylin/libconfig-general-perl
13 lines
198 B
Groff
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>
|