aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/multiline-string.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid/multiline-string.json')
-rw-r--r--tests/valid/multiline-string.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/valid/multiline-string.json b/tests/valid/multiline-string.json
deleted file mode 100644
index 075bf50..0000000
--- a/tests/valid/multiline-string.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "multiline_empty_one": {
- "type": "string",
- "value": ""
- },
- "multiline_empty_two": {
- "type": "string",
- "value": ""
- },
- "multiline_empty_three": {
- "type": "string",
- "value": ""
- },
- "multiline_empty_four": {
- "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."
- }
-}