From 3ad6e71f53a87215fb5286bcf87de15524699561 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 12 Nov 2017 17:26:09 -0800 Subject: Move tests into their own crate --- tests/valid/raw-multiline-string.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/valid/raw-multiline-string.json (limited to 'tests/valid/raw-multiline-string.json') 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." - } -} -- cgit v1.2.3