Skip to content

Commit

Permalink
fix test with a single escaped pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jun 11, 2018
1 parent 9de68cc commit 9407cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/specs/marked/marked.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
{
"section": "Table cells",
"markdown": "|1|\n|-|\n|1\\||",
"html": "<table><thead><tr><th>1</th></tr></thead><tbody><tr><td>1|</td></tr></tbody></table>",
"markdown": "|1|\n|-|\n|\\||",
"html": "<table><thead><tr><th>1</th></tr></thead><tbody><tr><td>|</td></tr></tbody></table>",
"example": 3
},
{
Expand Down

0 comments on commit 9407cef

Please sign in to comment.