]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libucl/tests/basic/comments.in
Merge ACPICA 20200326.
[FreeBSD/FreeBSD.git] / contrib / libucl / tests / basic / comments.in
1 # This test is intended to check various comments in ucl
2
3 obj {
4         
5         key = value
6         key = "/* value"
7         /*
8         key = value
9         */
10 # Nested comments
11         key = nested
12         /*
13         adasdasdads
14         /* asdasdasd */asjdasjldaskd
15         /* asdsadasd */
16         /* /* /* /* /* */ */ */ */ */
17 # some
18         */
19         key = quotes # quoted
20 # Quotes
21         /*
22         key = "/* value"
23         key = "*/value"
24         */
25 }