Update RegExp property escape tests per Unicode v12.1.0 (#2161)

Ref. https://github.com/tc39/ecma262/issues/1530.
This commit is contained in:
Mathias Bynens 2019-05-22 18:08:14 -03:00 committed by Leo Balter
parent 0f211a9cfa
commit a9abd418cc
395 changed files with 409 additions and 419 deletions

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `ASCII` Unicode property escapes for `ASCII`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `ASCII_Hex_Digit` Unicode property escapes for `ASCII_Hex_Digit`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Alphabetic` Unicode property escapes for `Alphabetic`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Any` Unicode property escapes for `Any`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Assigned` Unicode property escapes for `Assigned`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]
@ -337,8 +337,7 @@ const matchSymbols = buildString({
[0x003190, 0x0031BA], [0x003190, 0x0031BA],
[0x0031C0, 0x0031E3], [0x0031C0, 0x0031E3],
[0x0031F0, 0x00321E], [0x0031F0, 0x00321E],
[0x003220, 0x0032FE], [0x003220, 0x004DB5],
[0x003300, 0x004DB5],
[0x004DC0, 0x009FEF], [0x004DC0, 0x009FEF],
[0x00A000, 0x00A48C], [0x00A000, 0x00A48C],
[0x00A490, 0x00A4C6], [0x00A490, 0x00A4C6],
@ -815,7 +814,6 @@ const nonMatchSymbols = buildString({
0x003130, 0x003130,
0x00318F, 0x00318F,
0x00321F, 0x00321F,
0x0032FF,
0x00A9CE, 0x00A9CE,
0x00A9FF, 0x00A9FF,
0x00AB27, 0x00AB27,

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Bidi_Control` Unicode property escapes for `Bidi_Control`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Bidi_Mirrored` Unicode property escapes for `Bidi_Mirrored`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Case_Ignorable` Unicode property escapes for `Case_Ignorable`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Cased` Unicode property escapes for `Cased`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Changes_When_Casefolded` Unicode property escapes for `Changes_When_Casefolded`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Changes_When_Casemapped` Unicode property escapes for `Changes_When_Casemapped`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Changes_When_Lowercased` Unicode property escapes for `Changes_When_Lowercased`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Changes_When_NFKC_Casefolded` Unicode property escapes for `Changes_When_NFKC_Casefolded`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]
@ -745,8 +745,7 @@ const matchSymbols = buildString({
[0x003200, 0x00321E], [0x003200, 0x00321E],
[0x003220, 0x003247], [0x003220, 0x003247],
[0x003250, 0x00327E], [0x003250, 0x00327E],
[0x003280, 0x0032FE], [0x003280, 0x0033FF],
[0x003300, 0x0033FF],
[0x00A69C, 0x00A69D], [0x00A69C, 0x00A69D],
[0x00A77D, 0x00A77E], [0x00A77D, 0x00A77E],
[0x00A7AA, 0x00A7AE], [0x00A7AA, 0x00A7AE],
@ -1318,7 +1317,6 @@ const nonMatchSymbols = buildString({
0x003037, 0x003037,
0x00321F, 0x00321F,
0x00327F, 0x00327F,
0x0032FF,
0x00A641, 0x00A641,
0x00A643, 0x00A643,
0x00A645, 0x00A645,

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Changes_When_Titlecased` Unicode property escapes for `Changes_When_Titlecased`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Changes_When_Uppercased` Unicode property escapes for `Changes_When_Uppercased`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Dash` Unicode property escapes for `Dash`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Default_Ignorable_Code_Point` Unicode property escapes for `Default_Ignorable_Code_Point`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Deprecated` Unicode property escapes for `Deprecated`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Diacritic` Unicode property escapes for `Diacritic`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Emoji` Unicode property escapes for `Emoji`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Emoji_Component` Unicode property escapes for `Emoji_Component`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Emoji_Modifier` Unicode property escapes for `Emoji_Modifier`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Emoji_Modifier_Base` Unicode property escapes for `Emoji_Modifier_Base`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Emoji_Presentation` Unicode property escapes for `Emoji_Presentation`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Extended_Pictographic` Unicode property escapes for `Extended_Pictographic`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Extender` Unicode property escapes for `Extender`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Cased_Letter` Unicode property escapes for `General_Category=Cased_Letter`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Close_Punctuation` Unicode property escapes for `General_Category=Close_Punctuation`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Connector_Punctuation` Unicode property escapes for `General_Category=Connector_Punctuation`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Control` Unicode property escapes for `General_Category=Control`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Currency_Symbol` Unicode property escapes for `General_Category=Currency_Symbol`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Dash_Punctuation` Unicode property escapes for `General_Category=Dash_Punctuation`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Decimal_Number` Unicode property escapes for `General_Category=Decimal_Number`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Enclosing_Mark` Unicode property escapes for `General_Category=Enclosing_Mark`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Final_Punctuation` Unicode property escapes for `General_Category=Final_Punctuation`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Format` Unicode property escapes for `General_Category=Format`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Initial_Punctuation` Unicode property escapes for `General_Category=Initial_Punctuation`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Letter` Unicode property escapes for `General_Category=Letter`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Letter_Number` Unicode property escapes for `General_Category=Letter_Number`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Line_Separator` Unicode property escapes for `General_Category=Line_Separator`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Lowercase_Letter` Unicode property escapes for `General_Category=Lowercase_Letter`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Mark` Unicode property escapes for `General_Category=Mark`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Math_Symbol` Unicode property escapes for `General_Category=Math_Symbol`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Modifier_Letter` Unicode property escapes for `General_Category=Modifier_Letter`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Modifier_Symbol` Unicode property escapes for `General_Category=Modifier_Symbol`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Nonspacing_Mark` Unicode property escapes for `General_Category=Nonspacing_Mark`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Number` Unicode property escapes for `General_Category=Number`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Open_Punctuation` Unicode property escapes for `General_Category=Open_Punctuation`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Other` Unicode property escapes for `General_Category=Other`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]
@ -133,7 +133,6 @@ const matchSymbols = buildString({
0x003130, 0x003130,
0x00318F, 0x00318F,
0x00321F, 0x00321F,
0x0032FF,
0x00A9CE, 0x00A9CE,
0x00A9FF, 0x00A9FF,
0x00AB27, 0x00AB27,
@ -1047,8 +1046,7 @@ const nonMatchSymbols = buildString({
[0x003190, 0x0031BA], [0x003190, 0x0031BA],
[0x0031C0, 0x0031E3], [0x0031C0, 0x0031E3],
[0x0031F0, 0x00321E], [0x0031F0, 0x00321E],
[0x003220, 0x0032FE], [0x003220, 0x004DB5],
[0x003300, 0x004DB5],
[0x004DC0, 0x009FEF], [0x004DC0, 0x009FEF],
[0x00A000, 0x00A48C], [0x00A000, 0x00A48C],
[0x00A490, 0x00A4C6], [0x00A490, 0x00A4C6],

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Other_Letter` Unicode property escapes for `General_Category=Other_Letter`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Other_Number` Unicode property escapes for `General_Category=Other_Number`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Other_Punctuation` Unicode property escapes for `General_Category=Other_Punctuation`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Other_Symbol` Unicode property escapes for `General_Category=Other_Symbol`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]
@ -129,8 +129,7 @@ const matchSymbols = buildString({
[0x00322A, 0x003247], [0x00322A, 0x003247],
[0x003260, 0x00327F], [0x003260, 0x00327F],
[0x00328A, 0x0032B0], [0x00328A, 0x0032B0],
[0x0032C0, 0x0032FE], [0x0032C0, 0x0033FF],
[0x003300, 0x0033FF],
[0x004DC0, 0x004DFF], [0x004DC0, 0x004DFF],
[0x00A490, 0x00A4C6], [0x00A490, 0x00A4C6],
[0x00A828, 0x00A82B], [0x00A828, 0x00A82B],
@ -259,7 +258,6 @@ const nonMatchSymbols = buildString({
0x0025C1, 0x0025C1,
0x00266F, 0x00266F,
0x002E9A, 0x002E9A,
0x0032FF,
0x00A838, 0x00A838,
0x01018F, 0x01018F,
0x01DA75, 0x01DA75,

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Paragraph_Separator` Unicode property escapes for `General_Category=Paragraph_Separator`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Private_Use` Unicode property escapes for `General_Category=Private_Use`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Punctuation` Unicode property escapes for `General_Category=Punctuation`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Separator` Unicode property escapes for `General_Category=Separator`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Space_Separator` Unicode property escapes for `General_Category=Space_Separator`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Spacing_Mark` Unicode property escapes for `General_Category=Spacing_Mark`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Surrogate` Unicode property escapes for `General_Category=Surrogate`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Symbol` Unicode property escapes for `General_Category=Symbol`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]
@ -168,8 +168,7 @@ const matchSymbols = buildString({
[0x00322A, 0x003247], [0x00322A, 0x003247],
[0x003260, 0x00327F], [0x003260, 0x00327F],
[0x00328A, 0x0032B0], [0x00328A, 0x0032B0],
[0x0032C0, 0x0032FE], [0x0032C0, 0x0033FF],
[0x003300, 0x0033FF],
[0x004DC0, 0x004DFF], [0x004DC0, 0x004DFF],
[0x00A490, 0x00A4C6], [0x00A490, 0x00A4C6],
[0x00A700, 0x00A716], [0x00A700, 0x00A716],
@ -299,7 +298,6 @@ const nonMatchSymbols = buildString({
0x002128, 0x002128,
0x00214E, 0x00214E,
0x002E9A, 0x002E9A,
0x0032FF,
0x00FE63, 0x00FE63,
0x00FF3F, 0x00FF3F,
0x00FF5D, 0x00FF5D,

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Titlecase_Letter` Unicode property escapes for `General_Category=Titlecase_Letter`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Unassigned` Unicode property escapes for `General_Category=Unassigned`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]
@ -134,7 +134,6 @@ const matchSymbols = buildString({
0x003130, 0x003130,
0x00318F, 0x00318F,
0x00321F, 0x00321F,
0x0032FF,
0x00A9CE, 0x00A9CE,
0x00A9FF, 0x00A9FF,
0x00AB27, 0x00AB27,
@ -1041,8 +1040,7 @@ const nonMatchSymbols = buildString({
[0x003190, 0x0031BA], [0x003190, 0x0031BA],
[0x0031C0, 0x0031E3], [0x0031C0, 0x0031E3],
[0x0031F0, 0x00321E], [0x0031F0, 0x00321E],
[0x003220, 0x0032FE], [0x003220, 0x004DB5],
[0x003300, 0x004DB5],
[0x004DC0, 0x009FEF], [0x004DC0, 0x009FEF],
[0x00A000, 0x00A48C], [0x00A000, 0x00A48C],
[0x00A490, 0x00A4C6], [0x00A490, 0x00A4C6],

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `General_Category=Uppercase_Letter` Unicode property escapes for `General_Category=Uppercase_Letter`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Grapheme_Base` Unicode property escapes for `Grapheme_Base`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]
@ -453,8 +453,7 @@ const matchSymbols = buildString({
[0x003190, 0x0031BA], [0x003190, 0x0031BA],
[0x0031C0, 0x0031E3], [0x0031C0, 0x0031E3],
[0x0031F0, 0x00321E], [0x0031F0, 0x00321E],
[0x003220, 0x0032FE], [0x003220, 0x004DB5],
[0x003300, 0x004DB5],
[0x004DC0, 0x009FEF], [0x004DC0, 0x009FEF],
[0x00A000, 0x00A48C], [0x00A000, 0x00A48C],
[0x00A490, 0x00A4C6], [0x00A490, 0x00A4C6],
@ -987,7 +986,6 @@ const nonMatchSymbols = buildString({
0x003130, 0x003130,
0x00318F, 0x00318F,
0x00321F, 0x00321F,
0x0032FF,
0x00A802, 0x00A802,
0x00A806, 0x00A806,
0x00A80B, 0x00A80B,

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Grapheme_Extend` Unicode property escapes for `Grapheme_Extend`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Hex_Digit` Unicode property escapes for `Hex_Digit`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `IDS_Binary_Operator` Unicode property escapes for `IDS_Binary_Operator`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `IDS_Trinary_Operator` Unicode property escapes for `IDS_Trinary_Operator`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `ID_Continue` Unicode property escapes for `ID_Continue`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `ID_Start` Unicode property escapes for `ID_Start`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Ideographic` Unicode property escapes for `Ideographic`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Join_Control` Unicode property escapes for `Join_Control`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Logical_Order_Exception` Unicode property escapes for `Logical_Order_Exception`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Lowercase` Unicode property escapes for `Lowercase`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Math` Unicode property escapes for `Math`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Noncharacter_Code_Point` Unicode property escapes for `Noncharacter_Code_Point`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Pattern_Syntax` Unicode property escapes for `Pattern_Syntax`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Pattern_White_Space` Unicode property escapes for `Pattern_White_Space`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Quotation_Mark` Unicode property escapes for `Quotation_Mark`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Radical` Unicode property escapes for `Radical`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Regional_Indicator` Unicode property escapes for `Regional_Indicator`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Adlam` Unicode property escapes for `Script=Adlam`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Ahom` Unicode property escapes for `Script=Ahom`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Anatolian_Hieroglyphs` Unicode property escapes for `Script=Anatolian_Hieroglyphs`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Arabic` Unicode property escapes for `Script=Arabic`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Armenian` Unicode property escapes for `Script=Armenian`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Avestan` Unicode property escapes for `Script=Avestan`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Balinese` Unicode property escapes for `Script=Balinese`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Bamum` Unicode property escapes for `Script=Bamum`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Bassa_Vah` Unicode property escapes for `Script=Bassa_Vah`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Batak` Unicode property escapes for `Script=Batak`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Bengali` Unicode property escapes for `Script=Bengali`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Bhaiksuki` Unicode property escapes for `Script=Bhaiksuki`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Bopomofo` Unicode property escapes for `Script=Bopomofo`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Brahmi` Unicode property escapes for `Script=Brahmi`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Braille` Unicode property escapes for `Script=Braille`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Buginese` Unicode property escapes for `Script=Buginese`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Buhid` Unicode property escapes for `Script=Buhid`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

View File

@ -7,7 +7,7 @@ description: >
Unicode property escapes for `Script=Canadian_Aboriginal` Unicode property escapes for `Script=Canadian_Aboriginal`
info: | info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
Unicode v12.0.0 Unicode v12.1.0
esid: sec-static-semantics-unicodematchproperty-p esid: sec-static-semantics-unicodematchproperty-p
features: [regexp-unicode-property-escapes] features: [regexp-unicode-property-escapes]
includes: [regExpUtils.js] includes: [regExpUtils.js]

Some files were not shown because too many files have changed in this diff Show More