freebsd-dev/contrib/libucl/tests/basic/comments.res
Baptiste Daroussin 4bf5485791 Update libucl to latest version
While here correctly link libucl to libm and register the dependency on libm
for static building
2014-11-29 00:45:09 +00:00

8 lines
90 B
XML

obj {
key = "value";
key = "/* value";
key = "nested";
key = "quotes";
}