mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
While here correctly link libucl to libm and register the dependency on libm for static building
25 lines
333 B
Text
25 lines
333 B
Text
# 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"
|
|
*/
|
|
}
|