Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/pkg
Path: blob/main/external/libucl/tests/basic/comments.in
2066 views
# 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"
	*/
}