From 8576f356ef95586147672b0cfdbf6cc501bed146 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Mon, 3 May 2021 09:35:29 -0500 Subject: [PATCH] Add failing tests for typographer missing right quotes Updates #211 --- extension/_test/typographer.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/extension/_test/typographer.txt b/extension/_test/typographer.txt index ef90bce..357b834 100644 --- a/extension/_test/typographer.txt +++ b/extension/_test/typographer.txt @@ -64,3 +64,17 @@ reported "issue 1 (IE-only)", "issue 2", 'issue3 (FF-only)', 'issue4' //- - - - - - - - -//

“Monitor 21"” and “Monitor”"

//= = = = = = = = = = = = = = = = = = = = = = = =// + +9: ending quotes surrounded by punctuation +//- - - - - - - - -// +*"X."* +//- - - - - - - - -// +

“X.”

+//= = = = = = = = = = = = = = = = = = = = = = = =// + +10: ending quotes surrounded by punctuation 2 +//- - - - - - - - -// +"Foo?"---"Bar" +//- - - - - - - - -// +

“Foo?”&mdash“Bar”

+//= = = = = = = = = = = = = = = = = = = = = = = =//