Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
B
Baptiste Daroussin
Sync libucl 11 years ago b264e3a History
HardenedBSD-pkg external libucl tests basic comments.in
# This test is intended to check various comments in ucl

obj {
	
	key = value
	key = "/* value"
	/*
	key = value
	*/
# Nested comments
	key = nested
	/*
	adasdasdads
	/* asdasdasd */asjdasjldaskd
	/* asdsadasd */
	/* /* /* /* /* */ */ */ */ */
# some
	*/
	key = quotes # quoted
# Quotes
	/*
	key = "/* value"
	key = "*/value"
	*/
}