From d45fdcc71c33ed86175d1cfff6c3adf3194cdc65 Mon Sep 17 00:00:00 2001 From: Max Komarychev Date: Mon, 8 Jul 2019 22:09:46 +0300 Subject: [PATCH] Add broken test --- test/spec.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/test/spec.txt b/test/spec.txt index 3913de44..5c14d1f4 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -337,6 +337,35 @@ A [punctuation character](@) is an [ASCII punctuation character] or anything in the general Unicode categories `Pc`, `Pd`, `Pe`, `Pf`, `Pi`, `Po`, or `Ps`. +```````````````````````````````` example +## head2 without rtl +‏## head2 with rtl +_underscore emph without rtl_ +‏_underscore emph with rtl_ +__underscore strong without rtl__ +‏__underscore strong with rtl__ +*asterisk emph without rtl* +‏*asterisk emph with rtl* +**astesirk strong without rtl** +‏**asterisk strong with rtl** +some text ‏_preceded with rtl_ another text +some text ‏*preceded with rtl* another text +. +

head2 without rtl

+

head2 with rtl

+underscore emph without rtl +underscore emph with rtl +underscore strong without rtl +underscore strong with rtl +asterisk emph without rtl +asterisk emph with rtl +astesirk strong without rtl +asterisk strong with rtl +some text preceded with rtl another text +some text preceded with rtl another text + +```````````````````````````````` + ## Tabs Tabs in lines are not expanded to [spaces]. However,