From cd6f85fca77bd89f7d208ce3f3e01838a0c775fe Mon Sep 17 00:00:00 2001 From: David Evans Date: Sun, 16 Jun 2019 12:11:24 +0100 Subject: [PATCH] Make Markdown test not rely on width of emoticon symbol (fix cross-browser test issue) --- spec/images/Markdown.svg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spec/images/Markdown.svg b/spec/images/Markdown.svg index 6f2810b..97cbfa0 100644 --- a/spec/images/Markdown.svg +++ b/spec/images/Markdown.svg @@ -1,8 +1,9 @@ -title " +title " Re **Bo** _It_ `Mo` I<sup>2</sup> **_`Comb`_** <u><o>~Strike~</o></u> I<sub>2</sub> <highlight>Back</highlight> <red>Text</red> [link](http://www.example.com) \<b>esc</b> -\\<b>no-esc</b> 😎 +\\<b>no-esc</b> +😎 " -Re Bo It Mo I2Comb Strike I2Back Text link<b>esc</b>\no-esc 😎 \ No newline at end of file +Re Bo It Mo I2Comb Strike I2Back Text link<b>esc</b>\no-esc😎 \ No newline at end of file