From 902f07e0d94bfba3a2f60a2ef53279bc577d40f5 Mon Sep 17 00:00:00 2001 From: x13machine Date: Wed, 22 May 2019 01:16:36 -0500 Subject: [PATCH] tests fix --- test/specs/commonmark/commonmark.0.29.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/test/specs/commonmark/commonmark.0.29.json b/test/specs/commonmark/commonmark.0.29.json index ac86b64442..e080b070ff 100644 --- a/test/specs/commonmark/commonmark.0.29.json +++ b/test/specs/commonmark/commonmark.0.29.json @@ -3414,8 +3414,7 @@ "example": 418, "start_line": 6935, "end_line": 6939, - "section": "Emphasis and strong emphasis", - "shouldFail": true + "section": "Emphasis and strong emphasis" }, { "markdown": "** is not an empty emphasis\n", @@ -3722,7 +3721,8 @@ "example": 455, "start_line": 7227, "end_line": 7231, - "section": "Emphasis and strong emphasis" + "section": "Emphasis and strong emphasis", + "shouldFail": true }, { "markdown": "____foo_\n", @@ -3908,8 +3908,7 @@ "example": 477, "start_line": 7399, "end_line": 7403, - "section": "Emphasis and strong emphasis", - "shouldFail": true + "section": "Emphasis and strong emphasis" }, { "markdown": "_a `_`_\n",