From 6a19917c1e2d4005db2628b4531403fba7e98877 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Tue, 2 Jul 2019 11:44:38 -0500 Subject: [PATCH] fix tests --- test/specs/commonmark/commonmark.0.29.json | 9 +++------ test/specs/gfm/commonmark.0.29.json | 9 +++------ test/specs/new/nested_square_link.md | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/test/specs/commonmark/commonmark.0.29.json b/test/specs/commonmark/commonmark.0.29.json index e4f58e8aec..1d3071112b 100644 --- a/test/specs/commonmark/commonmark.0.29.json +++ b/test/specs/commonmark/commonmark.0.29.json @@ -2775,8 +2775,7 @@ "example": 342, "start_line": 6012, "end_line": 6016, - "section": "Code spans", - "shouldFail": true + "section": "Code spans" }, { "markdown": "``\n", @@ -4266,8 +4265,7 @@ "example": 521, "start_line": 7887, "end_line": 7891, - "section": "Links", - "shouldFail": true + "section": "Links" }, { "markdown": "[foo\n", @@ -4368,8 +4366,7 @@ "example": 533, "start_line": 8041, "end_line": 8047, - "section": "Links", - "shouldFail": true + "section": "Links" }, { "markdown": "[foo\n\n[ref]: /uri\n", diff --git a/test/specs/gfm/commonmark.0.29.json b/test/specs/gfm/commonmark.0.29.json index 885da2d835..eb0b005b4b 100644 --- a/test/specs/gfm/commonmark.0.29.json +++ b/test/specs/gfm/commonmark.0.29.json @@ -2775,8 +2775,7 @@ "example": 342, "start_line": 6012, "end_line": 6016, - "section": "Code spans", - "shouldFail": true + "section": "Code spans" }, { "markdown": "``\n", @@ -4266,8 +4265,7 @@ "example": 521, "start_line": 7887, "end_line": 7891, - "section": "Links", - "shouldFail": true + "section": "Links" }, { "markdown": "[foo\n", @@ -4368,8 +4366,7 @@ "example": 533, "start_line": 8041, "end_line": 8047, - "section": "Links", - "shouldFail": true + "section": "Links" }, { "markdown": "[foo\n\n[ref]: /uri\n", diff --git a/test/specs/new/nested_square_link.md b/test/specs/new/nested_square_link.md index 0f311e9516..9354ec400a 100644 --- a/test/specs/new/nested_square_link.md +++ b/test/specs/new/nested_square_link.md @@ -1,3 +1,3 @@ [the `]` character](/url) -[the ` character](/url) +[the \` character](/url)