@@ -7,6 +7,7 @@ regularExpressionAnnexB.ts(3,29): error TS1125: Hexadecimal digit expected.
7
7
regularExpressionAnnexB.ts(7,4): error TS1535: This character cannot be escaped in a regular expression.
8
8
regularExpressionAnnexB.ts(7,8): error TS1125: Hexadecimal digit expected.
9
9
regularExpressionAnnexB.ts(7,10): error TS1512: '\c' must be followed by an ASCII letter.
10
+ regularExpressionAnnexB.ts(7,12): error TS1510: '\k' must be followed by a capturing group name enclosed in angle brackets.
10
11
regularExpressionAnnexB.ts(7,14): error TS1535: This character cannot be escaped in a regular expression.
11
12
regularExpressionAnnexB.ts(7,18): error TS1535: This character cannot be escaped in a regular expression.
12
13
regularExpressionAnnexB.ts(7,22): error TS1125: Hexadecimal digit expected.
@@ -73,7 +74,7 @@ regularExpressionAnnexB.ts(42,5): error TS1506: Numbers out of order in quantifi
73
74
regularExpressionAnnexB.ts(42,10): error TS1507: There is nothing available for repetition.
74
75
75
76
76
- ==== regularExpressionAnnexB.ts (73 errors) ====
77
+ ==== regularExpressionAnnexB.ts (74 errors) ====
77
78
const regexes: RegExp[] = [
78
79
/\q\u\i\c\k\_\f\o\x\-\j\u\m\p\s/,
79
80
@@ -99,6 +100,8 @@ regularExpressionAnnexB.ts(42,10): error TS1507: There is nothing available for
99
100
!!! error TS1125: Hexadecimal digit expected.
100
101
~~
101
102
!!! error TS1512: '\c' must be followed by an ASCII letter.
103
+ ~~
104
+ !!! error TS1510: '\k' must be followed by a capturing group name enclosed in angle brackets.
102
105
~~
103
106
!!! error TS1535: This character cannot be escaped in a regular expression.
104
107
~~
0 commit comments