summaryrefslogtreecommitdiffstats
path: root/vendor/basic-toml/tests/valid/multiline-string.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/basic-toml/tests/valid/multiline-string.json')
-rw-r--r--vendor/basic-toml/tests/valid/multiline-string.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/vendor/basic-toml/tests/valid/multiline-string.json b/vendor/basic-toml/tests/valid/multiline-string.json
new file mode 100644
index 000000000..3223bae31
--- /dev/null
+++ b/vendor/basic-toml/tests/valid/multiline-string.json
@@ -0,0 +1,38 @@
+{
+ "multiline_empty_one": {
+ "type": "string",
+ "value": ""
+ },
+ "multiline_empty_two": {
+ "type": "string",
+ "value": ""
+ },
+ "multiline_empty_three": {
+ "type": "string",
+ "value": ""
+ },
+ "multiline_empty_four": {
+ "type": "string",
+ "value": ""
+ },
+ "multiline_empty_five": {
+ "type": "string",
+ "value": ""
+ },
+ "equivalent_one": {
+ "type": "string",
+ "value": "The quick brown fox jumps over the lazy dog."
+ },
+ "equivalent_two": {
+ "type": "string",
+ "value": "The quick brown fox jumps over the lazy dog."
+ },
+ "equivalent_three": {
+ "type": "string",
+ "value": "The quick brown fox jumps over the lazy dog."
+ },
+ "equivalent_four": {
+ "type": "string",
+ "value": "The quick brown fox jumps over the lazy dog."
+ }
+}