Skip to content

Commit fc3dd58

Browse files
Apply suggested changes to test file
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
1 parent 406468c commit fc3dd58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
// @target: esnext
22

3+
// The characters in the following regular expression are ASCII-lookalike characters found in Unicode, including:
4+
// - 𝘴 (U+1D634 Mathematical Sans-Serif Italic Small S)
5+
// - 𝘪 (U+1D62A Mathematical Sans-Serif Italic Small I)
6+
// - 𝘮 (U+1D62E Mathematical Sans-Serif Italic Small M)
7+
//
8+
// See https://en.wikipedia.org/wiki/Mathematical_Alphanumeric_Symbols
39
const 𝘳𝘦𝘨𝘦𝘹 = /(?𝘴𝘪-𝘮:^𝘧𝘰𝘰.)/𝘨𝘮𝘶;

0 commit comments

Comments
 (0)