Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
x13machine committed May 22, 2019
1 parent d4cf9ab commit ba7def9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/specs/commonmark/commonmark.0.29.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ba7def9

Please sign in to comment.