Skip to content

Commit b3b5d83

Browse files
committed
Clean up
1 parent 0a787c4 commit b3b5d83

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

Microsoft/Contractions.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,35 @@ swap:
1616
have not: haven't
1717
how is: how's
1818
is not: isn't
19-
'isn''t(?=\.)': is not
19+
2020
'it is(?!\.)': it's
2121
'it''s(?=\.)': it is
22+
2223
should not: shouldn't
24+
2325
'that is(?!\.)': that's
2426
'that''s(?=\.)': that is
27+
2528
'they are(?!\.)': they're
2629
'they''re(?=\.)': they are
30+
2731
was not: wasn't
32+
2833
'we are(?!\.)': we're
2934
'we''re(?=\.)': we are
35+
3036
'we have(?!\.)': we've
3137
'we''ve(?=\.)': we have
38+
3239
were not: weren't
40+
3341
'what is(?!\.)': what's
42+
'what''s(?=\.)': what is
43+
3444
'when is(?!\.)': when's
3545
'when''s(?=\.)': when is
46+
3647
'where is(?!\.)': where's
3748
'where''s(?=\.)': where is
49+
3850
will not: won't

fixtures/Contractions/test.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ That is amazing.
224224

225225
All that is here is free.
226226

227-
He wouldn't lie - if he could help it, that's. <!-- TODO -->
227+
He wouldn't lie - if he could help it, that's.
228228

229229
<!-- they're -->
230230

@@ -332,7 +332,7 @@ What is going on?
332332

333333
We should do what is right.
334334

335-
It's easier to tell what's not there than what's.
335+
It's easier to tell there than what's.
336336

337337
<!-- when's -->
338338

0 commit comments

Comments
 (0)