Skip to content

Commit e987a4d

Browse files
committed
fix tests
1 parent ded5e24 commit e987a4d

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

test/specs/commonmark/commonmark.0.29.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2775,8 +2775,7 @@
27752775
"example": 342,
27762776
"start_line": 6012,
27772777
"end_line": 6016,
2778-
"section": "Code spans",
2779-
"shouldFail": true
2778+
"section": "Code spans"
27802779
},
27812780
{
27822781
"markdown": "`<a href=\"`\">`\n",
@@ -4266,8 +4265,7 @@
42664265
"example": 521,
42674266
"start_line": 7887,
42684267
"end_line": 7891,
4269-
"section": "Links",
4270-
"shouldFail": true
4268+
"section": "Links"
42714269
},
42724270
{
42734271
"markdown": "[foo<http://example.com/?search=](uri)>\n",
@@ -4368,8 +4366,7 @@
43684366
"example": 533,
43694367
"start_line": 8041,
43704368
"end_line": 8047,
4371-
"section": "Links",
4372-
"shouldFail": true
4369+
"section": "Links"
43734370
},
43744371
{
43754372
"markdown": "[foo<http://example.com/?search=][ref]>\n\n[ref]: /uri\n",

test/specs/gfm/commonmark.0.29.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2775,8 +2775,7 @@
27752775
"example": 342,
27762776
"start_line": 6012,
27772777
"end_line": 6016,
2778-
"section": "Code spans",
2779-
"shouldFail": true
2778+
"section": "Code spans"
27802779
},
27812780
{
27822781
"markdown": "`<a href=\"`\">`\n",
@@ -4266,8 +4265,7 @@
42664265
"example": 521,
42674266
"start_line": 7887,
42684267
"end_line": 7891,
4269-
"section": "Links",
4270-
"shouldFail": true
4268+
"section": "Links"
42714269
},
42724270
{
42734271
"markdown": "[foo<http://example.com/?search=](uri)>\n",
@@ -4368,8 +4366,7 @@
43684366
"example": 533,
43694367
"start_line": 8041,
43704368
"end_line": 8047,
4371-
"section": "Links",
4372-
"shouldFail": true
4369+
"section": "Links"
43734370
},
43744371
{
43754372
"markdown": "[foo<http://example.com/?search=][ref]>\n\n[ref]: /uri\n",

test/specs/new/nested_square_link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[the `]` character](/url)
22

3-
[the ` character](/url)
3+
[the \` character](/url)

0 commit comments

Comments
 (0)