xref: /freebsd/contrib/libucl/tests/basic/comments.in (revision a3cefe7f2b4df0f70ff92d4570ce18e517af43ec)
1# This test is intended to check various comments in ucl
2/***/
3/*
4 * ""
5 */
6
7obj {
8
9	key = value
10	key = "/* value"
11	/*
12	key = value
13	*/
14# Nested comments
15	key = nested
16	/*
17	adasdasdads
18	/* asdasdasd */asjdasjldaskd
19	/* asdsadasd */
20	/* /* /* /* /* */ */ */ */ */
21# some
22	*/
23	key = quotes # quoted
24# Quotes
25	/*
26	key = "/* value"
27	key = "*/value"
28	*/
29}
30