aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/raw-multiline-string.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid/raw-multiline-string.json')
-rw-r--r--tests/valid/raw-multiline-string.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/valid/raw-multiline-string.json b/tests/valid/raw-multiline-string.json
deleted file mode 100644
index b43cce5..0000000
--- a/tests/valid/raw-multiline-string.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "oneline": {
- "type": "string",
- "value": "This string has a ' quote character."
- },
- "firstnl": {
- "type": "string",
- "value": "This string has a ' quote character."
- },
- "multiline": {
- "type": "string",
- "value": "This string\nhas ' a quote character\nand more than\none newline\nin it."
- }
-}