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, 14 insertions, 0 deletions
diff --git a/tests/valid/raw-multiline-string.json b/tests/valid/raw-multiline-string.json
new file mode 100644
index 0000000..b43cce5
--- /dev/null
+++ b/tests/valid/raw-multiline-string.json
@@ -0,0 +1,14 @@
+{
+ "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."
+ }
+}