Skip to content

Commit

Permalink
Allow "that is,"
Browse files Browse the repository at this point in the history
Fixes #45
  • Loading branch information
jdkato committed May 19, 2023
1 parent 37ec06b commit 679b61f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft/Contractions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions fixtures/Contractions/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,3 +387,7 @@ Will not you join us?
You will not regret it.

I will not.

<!-- Should pass -->

AllMatch returns true if pred returns true for all elements produced by prod, that is, all elements match.

0 comments on commit 679b61f

Please sign in to comment.