diff options
Diffstat (limited to '_test/data/spec-10-10.data')
-rw-r--r-- | _test/data/spec-10-10.data | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_test/data/spec-10-10.data b/_test/data/spec-10-10.data new file mode 100644 index 0000000..0888b05 --- /dev/null +++ b/_test/data/spec-10-10.data @@ -0,0 +1,8 @@ +{ +? explicit key1 : explicit value, +? explicit key2 : , # Explicit empty +? explicit key3, # Empty value +simple key1 : explicit value, +simple key2 : , # Explicit empty +simple key3, # Empty value +} |