@@ -6,15 +6,15 @@ exports[`must identify nothing in an empty string 2`] = `""`;
6
6
7
7
exports [` must identify punct/whitespace strings looking backward 1` ] = ` " "` ;
8
8
9
- exports [` must identify punct/whitespace strings looking backward 2` ] = ` "؍﴾﴿ "` ;
9
+ exports [` must identify punct/whitespace strings looking backward 2` ] = ` "\\ u060d \\ ufd3e \\ ufd3f "` ;
10
10
11
11
exports [` must identify punct/whitespace strings looking backward 3` ] = ` ". . . . ."` ;
12
12
13
13
exports [` must identify punct/whitespace strings looking backward 4` ] = ` " !!!??? "` ;
14
14
15
15
exports [` must identify punct/whitespace strings looking forward 1` ] = ` " "` ;
16
16
17
- exports [` must identify punct/whitespace strings looking forward 2` ] = ` "؍﴾﴿ "` ;
17
+ exports [` must identify punct/whitespace strings looking forward 2` ] = ` "\\ u060d \\ ufd3e \\ ufd3f "` ;
18
18
19
19
exports [` must identify punct/whitespace strings looking forward 3` ] = ` ". . . . ."` ;
20
20
@@ -24,9 +24,9 @@ exports[`must identify punctuation with apostrophes 1`] = `"'hello"`;
24
24
25
25
exports [` must identify punctuation with apostrophes 2` ] = ` "hello'"` ;
26
26
27
- exports [` must identify punctuation with apostrophes 3` ] = ` "‘hello "` ;
27
+ exports [` must identify punctuation with apostrophes 3` ] = ` "\\ u2018hello "` ;
28
28
29
- exports [` must identify punctuation with apostrophes 4` ] = ` "hello’ "` ;
29
+ exports [` must identify punctuation with apostrophes 4` ] = ` "hello\\ u2019 "` ;
30
30
31
31
exports [` must identify punctuation with apostrophes 5` ] = ` "('hello"` ;
32
32
@@ -42,69 +42,69 @@ exports[`must identify words ended by punctuation looking backward 2`] = `"anima
42
42
43
43
exports [` must identify words ended by punctuation looking backward 3` ] = ` "animals^"` ;
44
44
45
- exports [` must identify words ended by punctuation looking backward 4` ] = ` "animals؍﴾﴿ "` ;
45
+ exports [` must identify words ended by punctuation looking backward 4` ] = ` "animals\\ u060d \\ ufd3e \\ ufd3f "` ;
46
46
47
47
exports [` must identify words ended by punctuation looking backward 5` ] = ` "animals.. .. .."` ;
48
48
49
49
exports [` must identify words ended by spaces looking backward 1` ] = ` "animals "` ;
50
50
51
- exports [` must identify words ended by spaces looking backward 2` ] = ` "fàbregas "` ;
51
+ exports [` must identify words ended by spaces looking backward 2` ] = ` "f \\ u00e0bregas "` ;
52
52
53
- exports [` must identify words ended by spaces looking backward 3` ] = ` "غػؼ "` ;
53
+ exports [` must identify words ended by spaces looking backward 3` ] = ` "\\ u063a \\ u063b \\ u063c "` ;
54
54
55
55
exports [` must identify words led by punctuation looking forward 1` ] = ` ".the"` ;
56
56
57
57
exports [` must identify words led by punctuation looking forward 2` ] = ` "|the"` ;
58
58
59
59
exports [` must identify words led by punctuation looking forward 3` ] = ` "^the"` ;
60
60
61
- exports [` must identify words led by punctuation looking forward 4` ] = ` "؍﴾﴿the "` ;
61
+ exports [` must identify words led by punctuation looking forward 4` ] = ` "\\ u060d \\ ufd3e \\ ufd3fthe "` ;
62
62
63
63
exports [` must identify words led by punctuation looking forward 5` ] = ` ".. .. ..the"` ;
64
64
65
65
exports [` must identify words led by spaces looking forward 1` ] = ` " the"` ;
66
66
67
- exports [` must identify words led by spaces looking forward 2` ] = ` " thé "` ;
67
+ exports [` must identify words led by spaces looking forward 2` ] = ` " th \\ u00e9 "` ;
68
68
69
- exports [` must identify words led by spaces looking forward 3` ] = ` " طظع "` ;
69
+ exports [` must identify words led by spaces looking forward 3` ] = ` " \\ u0637 \\ u0638 \\ u0639 "` ;
70
70
71
71
exports [` must identify words looking backward 1` ] = ` "animals"` ;
72
72
73
- exports [` must identify words looking backward 2` ] = ` "fàbregas "` ;
73
+ exports [` must identify words looking backward 2` ] = ` "f \\ u00e0bregas "` ;
74
74
75
- exports [` must identify words looking backward 3` ] = ` "غػؼ "` ;
75
+ exports [` must identify words looking backward 3` ] = ` "\\ u063a \\ u063b \\ u063c "` ;
76
76
77
- exports [` must identify words looking backward 4` ] = ` "ハッシュ "` ;
77
+ exports [` must identify words looking backward 4` ] = ` "\\ u30cf \\ u30c3 \\ u30b7 \\ u30e5 "` ;
78
78
79
- exports [` must identify words looking backward 5` ] = ` "트위터 "` ;
79
+ exports [` must identify words looking backward 5` ] = ` "\\ ud2b8 \\ uc704 \\ ud130 "` ;
80
80
81
- exports [` must identify words looking backward 6` ] = ` "ᄀᄁᄇ "` ;
81
+ exports [` must identify words looking backward 6` ] = ` "\\ uffa1 \\ uffa2 \\ uffb2 "` ;
82
82
83
- exports [` must identify words looking backward 7` ] = ` "бДЖЦ "` ;
83
+ exports [` must identify words looking backward 7` ] = ` "\\ u0431 \\ u0414 \\ u0416 \\ u0426 "` ;
84
84
85
85
exports [` must identify words looking backward 8` ] = ` "tomcat"` ;
86
86
87
87
exports [` must identify words looking forward 1` ] = ` "the"` ;
88
88
89
- exports [` must identify words looking forward 2` ] = ` "thé "` ;
89
+ exports [` must identify words looking forward 2` ] = ` "th \\ u00e9 "` ;
90
90
91
- exports [` must identify words looking forward 3` ] = ` "طظع "` ;
91
+ exports [` must identify words looking forward 3` ] = ` "\\ u0637 \\ u0638 \\ u0639 "` ;
92
92
93
- exports [` must identify words looking forward 4` ] = ` "会議中 "` ;
93
+ exports [` must identify words looking forward 4` ] = ` "\\ u4f1a \\ u8b70 \\ u4e2d "` ;
94
94
95
- exports [` must identify words looking forward 5` ] = ` "트위터 "` ;
95
+ exports [` must identify words looking forward 5` ] = ` "\\ ud2b8 \\ uc704 \\ ud130 "` ;
96
96
97
- exports [` must identify words looking forward 6` ] = ` "ᆪᆭᄚ "` ;
97
+ exports [` must identify words looking forward 6` ] = ` "\\ uffa3 \\ uffa6 \\ uffb0 "` ;
98
98
99
- exports [` must identify words looking forward 7` ] = ` "ашок "` ;
99
+ exports [` must identify words looking forward 7` ] = ` "\\ u0430 \\ u0448 \\ u043e \\ u043a "` ;
100
100
101
101
exports [` must identify words looking forward 8` ] = ` "f14"` ;
102
102
103
103
exports [` must identify words with apostrophes looking backward 1` ] = ` "don't"` ;
104
104
105
105
exports [` must identify words with apostrophes looking forward 1` ] = ` "you're"` ;
106
106
107
- exports [` must identify words with curly quotes looking forward 1` ] = ` "you’re "` ;
107
+ exports [` must identify words with curly quotes looking forward 1` ] = ` "you\\ u2019re "` ;
108
108
109
109
exports [` must identify words with underscores 1` ] = ` "under_score"` ;
110
110
0 commit comments