File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,35 @@ swap:
16
16
have not : haven't
17
17
how is : how's
18
18
is not : isn't
19
- ' isn '' t(?=\.) ' : is not
19
+
20
20
' it is(?!\.) ' : it's
21
21
' it'' s(?=\.)' : it is
22
+
22
23
should not : shouldn't
24
+
23
25
' that is(?!\.) ' : that's
24
26
' that'' s(?=\.)' : that is
27
+
25
28
' they are(?!\.) ' : they're
26
29
' they'' re(?=\.)' : they are
30
+
27
31
was not : wasn't
32
+
28
33
' we are(?!\.) ' : we're
29
34
' we'' re(?=\.)' : we are
35
+
30
36
' we have(?!\.) ' : we've
31
37
' we'' ve(?=\.)' : we have
38
+
32
39
were not : weren't
40
+
33
41
' what is(?!\.) ' : what's
42
+ ' what'' s(?=\.)' : what is
43
+
34
44
' when is(?!\.) ' : when's
35
45
' when'' s(?=\.)' : when is
46
+
36
47
' where is(?!\.) ' : where's
37
48
' where'' s(?=\.)' : where is
49
+
38
50
will not : won't
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ That is amazing.
224
224
225
225
All that is here is free.
226
226
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.
228
228
229
229
<!-- they're -->
230
230
@@ -332,7 +332,7 @@ What is going on?
332
332
333
333
We should do what is right.
334
334
335
- It's easier to tell what's not there than what's.
335
+ It's easier to tell there than what's.
336
336
337
337
<!-- when's -->
338
338
You can’t perform that action at this time.
0 commit comments