]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libucl/tests/basic/comments.res
Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
[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