diff options
Diffstat (limited to 'tests/basic/16.in')
| -rw-r--r-- | tests/basic/16.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/basic/16.in b/tests/basic/16.in new file mode 100644 index 000000000000..07122528a32e --- /dev/null +++ b/tests/basic/16.in @@ -0,0 +1,12 @@ +.include(priority = 1) "${CURDIR}/16.inc" + +section = { + value = "test"; +} + +overrided = { + value = "not-to-be-shown"; +} +overrided = { + value2 = "implicit-array"; +} |
