From 9407cef29a9c71f8f04578e44521db7e08dab286 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Mon, 11 Jun 2018 14:58:30 -0500 Subject: [PATCH] fix test with a single escaped pipe --- test/specs/marked/marked.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/specs/marked/marked.json b/test/specs/marked/marked.json index 4e3abb4eb9..60c2023827 100644 --- a/test/specs/marked/marked.json +++ b/test/specs/marked/marked.json @@ -13,8 +13,8 @@ }, { "section": "Table cells", - "markdown": "|1|\n|-|\n|1\\||", - "html": "
1
1|
", + "markdown": "|1|\n|-|\n|\\||", + "html": "
1
|
", "example": 3 }, {