ソースを参照

test: add test for literalMidWordUnderscores

Estevao Soares dos Santos 8 年 前
コミット
dbbee6c094

+ 2 - 0
test/issues/#332.inconsistent-behavior-of-emphasis-and-strong.html

@@ -13,3 +13,5 @@
 <p>foo **bar **baz <strong>bazinga bla</strong></p>
 <p>foo <strong>bar **baz **bazinga bla</strong></p>
 <p>foo <strong>**bar **baz **bazinga bla</strong></p>
+<p>this is <strong><a href="//google.com/foo**bar">imbued link with strong</a></strong></p>
+<p>this is <strong><a href="google.com/foo__bar">imbued link with strong</a></strong></p>

+ 4 - 0
test/issues/#332.inconsistent-behavior-of-emphasis-and-strong.md

@@ -27,3 +27,7 @@ foo **bar **baz **bazinga bla**
 foo __bar **baz **bazinga bla__
 
 foo __**bar **baz **bazinga bla__
+
+this is **<a href="//google.com/foo**bar">imbued link with strong</a>**
+
+this is __<a href="google.com/foo__bar">imbued link with strong</a>__