mirror of https://github.com/tc39/test262.git
parent
44b40e083e
commit
d993c4a9e8
|
@ -891,7 +891,6 @@ const nonMatchSymbols = buildString({
|
|||
0x01F93F
|
||||
],
|
||||
ranges: [
|
||||
[0x00DC00, 0x00DFFF],
|
||||
[0x000378, 0x000379],
|
||||
[0x000380, 0x000383],
|
||||
[0x000557, 0x000558],
|
||||
|
|
|
@ -764,7 +764,6 @@ const nonMatchSymbols = buildString({
|
|||
0x01F9C0
|
||||
],
|
||||
ranges: [
|
||||
[0x00DC00, 0x00DFFF],
|
||||
[0x000020, 0x00007E],
|
||||
[0x0000A0, 0x0000AC],
|
||||
[0x0000AE, 0x000377],
|
||||
|
|
|
@ -54,7 +54,6 @@ testPropertyEscapes(
|
|||
const nonMatchSymbols = buildString({
|
||||
loneCodePoints: [],
|
||||
ranges: [
|
||||
[0x00DC00, 0x00DFFF],
|
||||
[0x000000, 0x00D7FF],
|
||||
[0x00E000, 0x10FFFF]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue