summaryrefslogtreecommitdiff
path: root/tests/basic/9.res
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/9.res')
-rw-r--r--tests/basic/9.res8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/basic/9.res b/tests/basic/9.res
index 0ed36e84422a..a4eccc8692b4 100644
--- a/tests/basic/9.res
+++ b/tests/basic/9.res
@@ -18,9 +18,6 @@ array [
]
array1 [
10,
- {
- key1 = "value";
- }
]
prefix {
key1 = "value";
@@ -31,4 +28,9 @@ prefix2 [
key1 = "value";
}
]
+prefix3 [
+ {
+ key1 = "value";
+ }
+]