diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-03-22 14:07:18 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-03-22 14:07:18 +0000 |
| commit | 3c319408d0de2d2de0c19b24e1a41c0a0e4a823b (patch) | |
| tree | de0b27939e96ed7a8b3554a149b321ef719cc875 /tests/basic/9.res | |
| parent | 8392e70f8a07e517fab31f8300cfaf5f02bea0f5 (diff) | |
libucl: import latest snapshot from 2021-03-14vendor/libucl/20210314
Diffstat (limited to 'tests/basic/9.res')
| -rw-r--r-- | tests/basic/9.res | 8 |
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"; + } +] |
