diff options
Diffstat (limited to 'src/test/valid')
-rw-r--r-- | src/test/valid/string-empty.json | 6 | ||||
-rw-r--r-- | src/test/valid/string-empty.toml | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/test/valid/string-empty.json b/src/test/valid/string-empty.json new file mode 100644 index 0000000..6c26d69 --- /dev/null +++ b/src/test/valid/string-empty.json @@ -0,0 +1,6 @@ +{ + "answer": { + "type": "string", + "value": "" + } +} diff --git a/src/test/valid/string-empty.toml b/src/test/valid/string-empty.toml new file mode 100644 index 0000000..e37e681 --- /dev/null +++ b/src/test/valid/string-empty.toml @@ -0,0 +1 @@ +answer = "" |