xref: /freebsd/contrib/libucl/tests/basic/comments.in (revision a90b9d0159070121c221b966469c3e36d912bf82)
1# This test is intended to check various comments in ucl
2
3obj {
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}
26