diff options
Diffstat (limited to 'tests/basic/23.in')
| -rw-r--r-- | tests/basic/23.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/basic/23.in b/tests/basic/23.in new file mode 100644 index 000000000000..8778a5060d09 --- /dev/null +++ b/tests/basic/23.in @@ -0,0 +1,8 @@ +a = 1; +b = 2; +.include() "${CURDIR}/23-json-with-braces.inc" +.include() "${CURDIR}/23-json-without-braces.inc" +.include() "${CURDIR}/23-ucl-with-braces.inc" +.include() "${CURDIR}/23-ucl-without-braces.inc" +c = 3; +d = 4; |
