Add failing tests for typographer missing right quotes

Updates #211
This commit is contained in:
Cameron Moore 2021-05-03 09:35:29 -05:00
parent 155754ef6e
commit 8576f356ef
No known key found for this signature in database
GPG key ID: AF96E12468D7553E

View file

@ -64,3 +64,17 @@ reported "issue 1 (IE-only)", "issue 2", 'issue3 (FF-only)', 'issue4'
//- - - - - - - - -//
<p>&ldquo;Monitor 21&quot;&rdquo; and &ldquo;Monitor&rdquo;&quot;</p>
//= = = = = = = = = = = = = = = = = = = = = = = =//
9: ending quotes surrounded by punctuation
//- - - - - - - - -//
*"X."*
//- - - - - - - - -//
<p><em>&ldquo;X.&rdquo;</em></p>
//= = = = = = = = = = = = = = = = = = = = = = = =//
10: ending quotes surrounded by punctuation 2
//- - - - - - - - -//
"Foo?"---"Bar"
//- - - - - - - - -//
<p>&ldquo;Foo?&rdquo;&mdash&ldquo;Bar&rdquo;</p>
//= = = = = = = = = = = = = = = = = = = = = = = =//