Skip to content

Commit 902f07e

Browse files
committed
tests fix
1 parent 281b808 commit 902f07e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

test/specs/commonmark/commonmark.0.29.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3414,8 +3414,7 @@
34143414
"example": 418,
34153415
"start_line": 6935,
34163416
"end_line": 6939,
3417-
"section": "Emphasis and strong emphasis",
3418-
"shouldFail": true
3417+
"section": "Emphasis and strong emphasis"
34193418
},
34203419
{
34213420
"markdown": "** is not an empty emphasis\n",
@@ -3722,7 +3721,8 @@
37223721
"example": 455,
37233722
"start_line": 7227,
37243723
"end_line": 7231,
3725-
"section": "Emphasis and strong emphasis"
3724+
"section": "Emphasis and strong emphasis",
3725+
"shouldFail": true
37263726
},
37273727
{
37283728
"markdown": "____foo_\n",
@@ -3908,8 +3908,7 @@
39083908
"example": 477,
39093909
"start_line": 7399,
39103910
"end_line": 7403,
3911-
"section": "Emphasis and strong emphasis",
3912-
"shouldFail": true
3911+
"section": "Emphasis and strong emphasis"
39133912
},
39143913
{
39153914
"markdown": "_a `_`_\n",

0 commit comments

Comments
 (0)