]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libucl/tests/basic/comments.res
Merge OpenSSL 1.1.1a.
[FreeBSD/FreeBSD.git] / contrib / libucl / tests / basic / comments.res
1 obj {
2     key = "value";
3     key = "/* value";
4     key = "nested";
5     key = "quotes";
6 }
7