Skip to content

Commit ab3a203

Browse files
committed
Expand acronyms out
1 parent abd75dc commit ab3a203

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/__tests__/text-matchers.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ cases(
196196
)
197197

198198
// A good use case for a custom normalizer is stripping
199-
// out UCC codes such as LRM before matching
199+
// out Unicode control characters such as LRM (left-right-mark)
200+
// before matching
200201
const LRM = '\u200e'
201202
function removeUCC(str) {
202203
return str.replace(/[\u200e]/g, '')

0 commit comments

Comments
 (0)