xref
: /
freebsd
/
contrib
/
libucl
/
tests
/
basic
/
comments.res
(revision b1bebaaba9b9c0ddfe503c43ca8e9e3917ee2c57)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
obj {
2
key = "value";
3
key = "/* value";
4
key = "nested";
5
key = "quotes";
6
}
7
8