From 679b61f50b24f753a9bf7e31e1d30b6945c79190 Mon Sep 17 00:00:00 2001 From: jdkato Date: Fri, 19 May 2023 11:51:55 -0700 Subject: [PATCH] Allow "that is," Fixes #45 --- Microsoft/Contractions.yml | 2 +- fixtures/Contractions/test.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Microsoft/Contractions.yml b/Microsoft/Contractions.yml index ded330f..8c81dcb 100644 --- a/Microsoft/Contractions.yml +++ b/Microsoft/Contractions.yml @@ -22,7 +22,7 @@ swap: should not: shouldn't - 'that is(?!\.)': that's + "that is(?![.,])": that's 'that''s(?=\.)': that is 'they are(?!\.)': they're diff --git a/fixtures/Contractions/test.md b/fixtures/Contractions/test.md index e57bfd5..4836024 100644 --- a/fixtures/Contractions/test.md +++ b/fixtures/Contractions/test.md @@ -387,3 +387,7 @@ Will not you join us? You will not regret it. I will not. + + + +AllMatch returns true if pred returns true for all elements produced by prod, that is, all elements match. \ No newline at end of file