From 506e2da680df21dfb89e0fe1e02b38eea37de44d Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sun, 18 Aug 2019 20:51:02 -0400 Subject: [PATCH] update test --- test/parser/samples/implicitly-closed-li-block/output.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/parser/samples/implicitly-closed-li-block/output.json b/test/parser/samples/implicitly-closed-li-block/output.json index bf8252f357..4a75a34223 100644 --- a/test/parser/samples/implicitly-closed-li-block/output.json +++ b/test/parser/samples/implicitly-closed-li-block/output.json @@ -15,6 +15,7 @@ "start": 4, "end": 6, "type": "Text", + "raw": "\n\t", "data": "\n\t" }, { @@ -28,6 +29,7 @@ "start": 10, "end": 13, "type": "Text", + "raw": "a\n\t", "data": "a\n\t" }, { @@ -53,6 +55,7 @@ "start": 30, "end": 33, "type": "Text", + "raw": "b\n\t", "data": "b\n\t" } ] @@ -63,6 +66,7 @@ "start": 38, "end": 40, "type": "Text", + "raw": "\n\t", "data": "\n\t" } ] @@ -78,6 +82,7 @@ "start": 44, "end": 46, "type": "Text", + "raw": "c\n", "data": "c\n" } ] @@ -86,4 +91,4 @@ } ] } -} +} \ No newline at end of file