summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/valid/spec/string-3.json
diff options
context:
space:
mode:
Diffstat (limited to 'internal/toml-test/tests/valid/spec/string-3.json')
-rw-r--r--internal/toml-test/tests/valid/spec/string-3.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/internal/toml-test/tests/valid/spec/string-3.json b/internal/toml-test/tests/valid/spec/string-3.json
new file mode 100644
index 0000000..c55424f
--- /dev/null
+++ b/internal/toml-test/tests/valid/spec/string-3.json
@@ -0,0 +1,14 @@
+{
+ "str1": {
+ "type": "string",
+ "value": "The quick brown fox jumps over the lazy dog."
+ },
+ "str2": {
+ "type": "string",
+ "value": "The quick brown fox jumps over the lazy dog."
+ },
+ "str3": {
+ "type": "string",
+ "value": "The quick brown fox jumps over the lazy dog."
+ }
+}