Fix three broken RegExp property escape tests (#974)

c62ed61cfc
This commit is contained in:
Mathias Bynens 2017-04-13 20:40:18 +02:00 committed by Leo Balter
parent 44b40e083e
commit d993c4a9e8
3 changed files with 0 additions and 3 deletions

View File

@ -891,7 +891,6 @@ const nonMatchSymbols = buildString({
0x01F93F
],
ranges: [
[0x00DC00, 0x00DFFF],
[0x000378, 0x000379],
[0x000380, 0x000383],
[0x000557, 0x000558],

View File

@ -764,7 +764,6 @@ const nonMatchSymbols = buildString({
0x01F9C0
],
ranges: [
[0x00DC00, 0x00DFFF],
[0x000020, 0x00007E],
[0x0000A0, 0x0000AC],
[0x0000AE, 0x000377],

View File

@ -54,7 +54,6 @@ testPropertyEscapes(
const nonMatchSymbols = buildString({
loneCodePoints: [],
ranges: [
[0x00DC00, 0x00DFFF],
[0x000000, 0x00D7FF],
[0x00E000, 0x10FFFF]
]