mirror of https://github.com/tc39/test262.git
parent
79e9b39f3a
commit
830b17a3a0
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `ASCII`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `ASCII_Hex_Digit`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Alphabetic`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -746,6 +746,7 @@ const matchSymbols = buildString({
|
|||
[0x02B740, 0x02B81D],
|
||||
[0x02B820, 0x02CEA1],
|
||||
[0x02CEB0, 0x02EBE0],
|
||||
[0x02EBF0, 0x02EE5D],
|
||||
[0x02F800, 0x02FA1D],
|
||||
[0x030000, 0x03134A],
|
||||
[0x031350, 0x0323AF]
|
||||
|
@ -1497,7 +1498,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x02B73A, 0x02B73F],
|
||||
[0x02B81E, 0x02B81F],
|
||||
[0x02CEA2, 0x02CEAF],
|
||||
[0x02EBE1, 0x02F7FF],
|
||||
[0x02EBE1, 0x02EBEF],
|
||||
[0x02EE5E, 0x02F7FF],
|
||||
[0x02FA1E, 0x02FFFF],
|
||||
[0x03134B, 0x03134F],
|
||||
[0x0323B0, 0x10FFFF]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Any`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Assigned`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -327,14 +327,13 @@ const matchSymbols = buildString({
|
|||
[0x002E80, 0x002E99],
|
||||
[0x002E9B, 0x002EF3],
|
||||
[0x002F00, 0x002FD5],
|
||||
[0x002FF0, 0x002FFB],
|
||||
[0x003000, 0x00303F],
|
||||
[0x002FF0, 0x00303F],
|
||||
[0x003041, 0x003096],
|
||||
[0x003099, 0x0030FF],
|
||||
[0x003105, 0x00312F],
|
||||
[0x003131, 0x00318E],
|
||||
[0x003190, 0x0031E3],
|
||||
[0x0031F0, 0x00321E],
|
||||
[0x0031EF, 0x00321E],
|
||||
[0x003220, 0x00A48C],
|
||||
[0x00A490, 0x00A4C6],
|
||||
[0x00A4D0, 0x00A62B],
|
||||
|
@ -719,6 +718,7 @@ const matchSymbols = buildString({
|
|||
[0x02B740, 0x02B81D],
|
||||
[0x02B820, 0x02CEA1],
|
||||
[0x02CEB0, 0x02EBE0],
|
||||
[0x02EBF0, 0x02EE5D],
|
||||
[0x02F800, 0x02FA1D],
|
||||
[0x030000, 0x03134A],
|
||||
[0x031350, 0x0323AF],
|
||||
|
@ -1138,10 +1138,9 @@ const nonMatchSymbols = buildString({
|
|||
[0x002E5E, 0x002E7F],
|
||||
[0x002EF4, 0x002EFF],
|
||||
[0x002FD6, 0x002FEF],
|
||||
[0x002FFC, 0x002FFF],
|
||||
[0x003097, 0x003098],
|
||||
[0x003100, 0x003104],
|
||||
[0x0031E4, 0x0031EF],
|
||||
[0x0031E4, 0x0031EE],
|
||||
[0x00A48D, 0x00A48F],
|
||||
[0x00A4C7, 0x00A4CF],
|
||||
[0x00A62C, 0x00A63F],
|
||||
|
@ -1436,7 +1435,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x02B73A, 0x02B73F],
|
||||
[0x02B81E, 0x02B81F],
|
||||
[0x02CEA2, 0x02CEAF],
|
||||
[0x02EBE1, 0x02F7FF],
|
||||
[0x02EBE1, 0x02EBEF],
|
||||
[0x02EE5E, 0x02F7FF],
|
||||
[0x02FA1E, 0x02FFFF],
|
||||
[0x03134B, 0x03134F],
|
||||
[0x0323B0, 0x0E0000],
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Bidi_Control`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Bidi_Mirrored`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Case_Ignorable`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Cased`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Changes_When_Casefolded`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Changes_When_Casemapped`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Changes_When_Lowercased`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Changes_When_NFKC_Casefolded`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Changes_When_Titlecased`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Changes_When_Uppercased`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Dash`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Default_Ignorable_Code_Point`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Deprecated`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Diacritic`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Emoji`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Emoji_Component`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Emoji_Modifier`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Emoji_Modifier_Base`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Emoji_Presentation`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Extended_Pictographic`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Extender`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Cased_Letter`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Close_Punctuation`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Connector_Punctuation`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Control`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Currency_Symbol`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Dash_Punctuation`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Decimal_Number`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Enclosing_Mark`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Final_Punctuation`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Format`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Initial_Punctuation`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Letter`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -673,6 +673,7 @@ const matchSymbols = buildString({
|
|||
[0x02B740, 0x02B81D],
|
||||
[0x02B820, 0x02CEA1],
|
||||
[0x02CEB0, 0x02EBE0],
|
||||
[0x02EBF0, 0x02EE5D],
|
||||
[0x02F800, 0x02FA1D],
|
||||
[0x030000, 0x03134A],
|
||||
[0x031350, 0x0323AF]
|
||||
|
@ -1371,7 +1372,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x02B73A, 0x02B73F],
|
||||
[0x02B81E, 0x02B81F],
|
||||
[0x02CEA2, 0x02CEAF],
|
||||
[0x02EBE1, 0x02F7FF],
|
||||
[0x02EBE1, 0x02EBEF],
|
||||
[0x02EE5E, 0x02F7FF],
|
||||
[0x02FA1E, 0x02FFFF],
|
||||
[0x03134B, 0x03134F],
|
||||
[0x0323B0, 0x10FFFF]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Letter_Number`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Line_Separator`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Lowercase_Letter`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Mark`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Math_Symbol`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Modifier_Letter`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Modifier_Symbol`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Nonspacing_Mark`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Number`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Open_Punctuation`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Other`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -426,10 +426,9 @@ const matchSymbols = buildString({
|
|||
[0x002E5E, 0x002E7F],
|
||||
[0x002EF4, 0x002EFF],
|
||||
[0x002FD6, 0x002FEF],
|
||||
[0x002FFC, 0x002FFF],
|
||||
[0x003097, 0x003098],
|
||||
[0x003100, 0x003104],
|
||||
[0x0031E4, 0x0031EF],
|
||||
[0x0031E4, 0x0031EE],
|
||||
[0x00A48D, 0x00A48F],
|
||||
[0x00A4C7, 0x00A4CF],
|
||||
[0x00A62C, 0x00A63F],
|
||||
|
@ -726,7 +725,8 @@ const matchSymbols = buildString({
|
|||
[0x02B73A, 0x02B73F],
|
||||
[0x02B81E, 0x02B81F],
|
||||
[0x02CEA2, 0x02CEAF],
|
||||
[0x02EBE1, 0x02F7FF],
|
||||
[0x02EBE1, 0x02EBEF],
|
||||
[0x02EE5E, 0x02F7FF],
|
||||
[0x02FA1E, 0x02FFFF],
|
||||
[0x03134B, 0x03134F],
|
||||
[0x0323B0, 0x0E00FF],
|
||||
|
@ -1081,14 +1081,13 @@ const nonMatchSymbols = buildString({
|
|||
[0x002E80, 0x002E99],
|
||||
[0x002E9B, 0x002EF3],
|
||||
[0x002F00, 0x002FD5],
|
||||
[0x002FF0, 0x002FFB],
|
||||
[0x003000, 0x00303F],
|
||||
[0x002FF0, 0x00303F],
|
||||
[0x003041, 0x003096],
|
||||
[0x003099, 0x0030FF],
|
||||
[0x003105, 0x00312F],
|
||||
[0x003131, 0x00318E],
|
||||
[0x003190, 0x0031E3],
|
||||
[0x0031F0, 0x00321E],
|
||||
[0x0031EF, 0x00321E],
|
||||
[0x003220, 0x00A48C],
|
||||
[0x00A490, 0x00A4C6],
|
||||
[0x00A4D0, 0x00A62B],
|
||||
|
@ -1475,6 +1474,7 @@ const nonMatchSymbols = buildString({
|
|||
[0x02B740, 0x02B81D],
|
||||
[0x02B820, 0x02CEA1],
|
||||
[0x02CEB0, 0x02EBE0],
|
||||
[0x02EBF0, 0x02EE5D],
|
||||
[0x02F800, 0x02FA1D],
|
||||
[0x030000, 0x03134A],
|
||||
[0x031350, 0x0323AF],
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Other_Letter`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -524,6 +524,7 @@ const matchSymbols = buildString({
|
|||
[0x02B740, 0x02B81D],
|
||||
[0x02B820, 0x02CEA1],
|
||||
[0x02CEB0, 0x02EBE0],
|
||||
[0x02EBF0, 0x02EE5D],
|
||||
[0x02F800, 0x02FA1D],
|
||||
[0x030000, 0x03134A],
|
||||
[0x031350, 0x0323AF]
|
||||
|
@ -1073,7 +1074,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x02B73A, 0x02B73F],
|
||||
[0x02B81E, 0x02B81F],
|
||||
[0x02CEA2, 0x02CEAF],
|
||||
[0x02EBE1, 0x02F7FF],
|
||||
[0x02EBE1, 0x02EBEF],
|
||||
[0x02EE5E, 0x02F7FF],
|
||||
[0x02FA1E, 0x02FFFF],
|
||||
[0x03134B, 0x03134F],
|
||||
[0x0323B0, 0x10FFFF]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Other_Number`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Other_Punctuation`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Other_Symbol`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -45,6 +45,7 @@ const matchSymbols = buildString({
|
|||
0x0021D3,
|
||||
0x003004,
|
||||
0x003020,
|
||||
0x0031EF,
|
||||
0x003250,
|
||||
0x00A839,
|
||||
0x00FDCF,
|
||||
|
@ -120,7 +121,7 @@ const matchSymbols = buildString({
|
|||
[0x002E80, 0x002E99],
|
||||
[0x002E9B, 0x002EF3],
|
||||
[0x002F00, 0x002FD5],
|
||||
[0x002FF0, 0x002FFB],
|
||||
[0x002FF0, 0x002FFF],
|
||||
[0x003012, 0x003013],
|
||||
[0x003036, 0x003037],
|
||||
[0x00303E, 0x00303F],
|
||||
|
@ -334,7 +335,7 @@ const nonMatchSymbols = buildString({
|
|||
[0x002E52, 0x002E7F],
|
||||
[0x002EF4, 0x002EFF],
|
||||
[0x002FD6, 0x002FEF],
|
||||
[0x002FFC, 0x003003],
|
||||
[0x003000, 0x003003],
|
||||
[0x003005, 0x003011],
|
||||
[0x003014, 0x00301F],
|
||||
[0x003021, 0x003035],
|
||||
|
@ -342,7 +343,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x003040, 0x00318F],
|
||||
[0x003192, 0x003195],
|
||||
[0x0031A0, 0x0031BF],
|
||||
[0x0031E4, 0x0031FF],
|
||||
[0x0031E4, 0x0031EE],
|
||||
[0x0031F0, 0x0031FF],
|
||||
[0x00321F, 0x003229],
|
||||
[0x003248, 0x00324F],
|
||||
[0x003251, 0x00325F],
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Paragraph_Separator`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Private_Use`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Punctuation`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Separator`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Space_Separator`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Spacing_Mark`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Surrogate`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Symbol`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -59,6 +59,7 @@ const matchSymbols = buildString({
|
|||
0x00214F,
|
||||
0x003004,
|
||||
0x003020,
|
||||
0x0031EF,
|
||||
0x003250,
|
||||
0x00AB5B,
|
||||
0x00FB29,
|
||||
|
@ -160,7 +161,7 @@ const matchSymbols = buildString({
|
|||
[0x002E80, 0x002E99],
|
||||
[0x002E9B, 0x002EF3],
|
||||
[0x002F00, 0x002FD5],
|
||||
[0x002FF0, 0x002FFB],
|
||||
[0x002FF0, 0x002FFF],
|
||||
[0x003012, 0x003013],
|
||||
[0x003036, 0x003037],
|
||||
[0x00303E, 0x00303F],
|
||||
|
@ -406,7 +407,7 @@ const nonMatchSymbols = buildString({
|
|||
[0x002E52, 0x002E7F],
|
||||
[0x002EF4, 0x002EFF],
|
||||
[0x002FD6, 0x002FEF],
|
||||
[0x002FFC, 0x003003],
|
||||
[0x003000, 0x003003],
|
||||
[0x003005, 0x003011],
|
||||
[0x003014, 0x00301F],
|
||||
[0x003021, 0x003035],
|
||||
|
@ -415,7 +416,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x00309D, 0x00318F],
|
||||
[0x003192, 0x003195],
|
||||
[0x0031A0, 0x0031BF],
|
||||
[0x0031E4, 0x0031FF],
|
||||
[0x0031E4, 0x0031EE],
|
||||
[0x0031F0, 0x0031FF],
|
||||
[0x00321F, 0x003229],
|
||||
[0x003248, 0x00324F],
|
||||
[0x003251, 0x00325F],
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Titlecase_Letter`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Unassigned`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -417,10 +417,9 @@ const matchSymbols = buildString({
|
|||
[0x002E5E, 0x002E7F],
|
||||
[0x002EF4, 0x002EFF],
|
||||
[0x002FD6, 0x002FEF],
|
||||
[0x002FFC, 0x002FFF],
|
||||
[0x003097, 0x003098],
|
||||
[0x003100, 0x003104],
|
||||
[0x0031E4, 0x0031EF],
|
||||
[0x0031E4, 0x0031EE],
|
||||
[0x00A48D, 0x00A48F],
|
||||
[0x00A4C7, 0x00A4CF],
|
||||
[0x00A62C, 0x00A63F],
|
||||
|
@ -715,7 +714,8 @@ const matchSymbols = buildString({
|
|||
[0x02B73A, 0x02B73F],
|
||||
[0x02B81E, 0x02B81F],
|
||||
[0x02CEA2, 0x02CEAF],
|
||||
[0x02EBE1, 0x02F7FF],
|
||||
[0x02EBE1, 0x02EBEF],
|
||||
[0x02EE5E, 0x02F7FF],
|
||||
[0x02FA1E, 0x02FFFF],
|
||||
[0x03134B, 0x03134F],
|
||||
[0x0323B0, 0x0E0000],
|
||||
|
@ -1071,14 +1071,13 @@ const nonMatchSymbols = buildString({
|
|||
[0x002E80, 0x002E99],
|
||||
[0x002E9B, 0x002EF3],
|
||||
[0x002F00, 0x002FD5],
|
||||
[0x002FF0, 0x002FFB],
|
||||
[0x003000, 0x00303F],
|
||||
[0x002FF0, 0x00303F],
|
||||
[0x003041, 0x003096],
|
||||
[0x003099, 0x0030FF],
|
||||
[0x003105, 0x00312F],
|
||||
[0x003131, 0x00318E],
|
||||
[0x003190, 0x0031E3],
|
||||
[0x0031F0, 0x00321E],
|
||||
[0x0031EF, 0x00321E],
|
||||
[0x003220, 0x00A48C],
|
||||
[0x00A490, 0x00A4C6],
|
||||
[0x00A4D0, 0x00A62B],
|
||||
|
@ -1463,6 +1462,7 @@ const nonMatchSymbols = buildString({
|
|||
[0x02B740, 0x02B81D],
|
||||
[0x02B820, 0x02CEA1],
|
||||
[0x02CEB0, 0x02EBE0],
|
||||
[0x02EBF0, 0x02EE5D],
|
||||
[0x02F800, 0x02FA1D],
|
||||
[0x030000, 0x03134A],
|
||||
[0x031350, 0x0323AF],
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `General_Category=Uppercase_Letter`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Grapheme_Base`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -446,15 +446,14 @@ const matchSymbols = buildString({
|
|||
[0x002E80, 0x002E99],
|
||||
[0x002E9B, 0x002EF3],
|
||||
[0x002F00, 0x002FD5],
|
||||
[0x002FF0, 0x002FFB],
|
||||
[0x003000, 0x003029],
|
||||
[0x002FF0, 0x003029],
|
||||
[0x003030, 0x00303F],
|
||||
[0x003041, 0x003096],
|
||||
[0x00309B, 0x0030FF],
|
||||
[0x003105, 0x00312F],
|
||||
[0x003131, 0x00318E],
|
||||
[0x003190, 0x0031E3],
|
||||
[0x0031F0, 0x00321E],
|
||||
[0x0031EF, 0x00321E],
|
||||
[0x003220, 0x00A48C],
|
||||
[0x00A490, 0x00A4C6],
|
||||
[0x00A4D0, 0x00A62B],
|
||||
|
@ -889,6 +888,7 @@ const matchSymbols = buildString({
|
|||
[0x02B740, 0x02B81D],
|
||||
[0x02B820, 0x02CEA1],
|
||||
[0x02CEB0, 0x02EBE0],
|
||||
[0x02EBF0, 0x02EE5D],
|
||||
[0x02F800, 0x02FA1D],
|
||||
[0x030000, 0x03134A],
|
||||
[0x031350, 0x0323AF]
|
||||
|
@ -1425,11 +1425,10 @@ const nonMatchSymbols = buildString({
|
|||
[0x002E5E, 0x002E7F],
|
||||
[0x002EF4, 0x002EFF],
|
||||
[0x002FD6, 0x002FEF],
|
||||
[0x002FFC, 0x002FFF],
|
||||
[0x00302A, 0x00302F],
|
||||
[0x003097, 0x00309A],
|
||||
[0x003100, 0x003104],
|
||||
[0x0031E4, 0x0031EF],
|
||||
[0x0031E4, 0x0031EE],
|
||||
[0x00A48D, 0x00A48F],
|
||||
[0x00A4C7, 0x00A4CF],
|
||||
[0x00A62C, 0x00A63F],
|
||||
|
@ -1783,7 +1782,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x02B73A, 0x02B73F],
|
||||
[0x02B81E, 0x02B81F],
|
||||
[0x02CEA2, 0x02CEAF],
|
||||
[0x02EBE1, 0x02F7FF],
|
||||
[0x02EBE1, 0x02EBEF],
|
||||
[0x02EE5E, 0x02F7FF],
|
||||
[0x02FA1E, 0x02FFFF],
|
||||
[0x03134B, 0x03134F],
|
||||
[0x0323B0, 0x10FFFF]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Grapheme_Extend`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Hex_Digit`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,17 +7,19 @@ description: >
|
|||
Unicode property escapes for `IDS_Binary_Operator`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
---*/
|
||||
|
||||
const matchSymbols = buildString({
|
||||
loneCodePoints: [],
|
||||
loneCodePoints: [
|
||||
0x0031EF
|
||||
],
|
||||
ranges: [
|
||||
[0x002FF0, 0x002FF1],
|
||||
[0x002FF4, 0x002FFB]
|
||||
[0x002FF4, 0x002FFD]
|
||||
]
|
||||
});
|
||||
testPropertyEscapes(
|
||||
|
@ -37,7 +39,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x00DC00, 0x00DFFF],
|
||||
[0x000000, 0x002FEF],
|
||||
[0x002FF2, 0x002FF3],
|
||||
[0x002FFC, 0x00DBFF],
|
||||
[0x002FFE, 0x0031EE],
|
||||
[0x0031F0, 0x00DBFF],
|
||||
[0x00E000, 0x10FFFF]
|
||||
]
|
||||
});
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `IDS_Trinary_Operator`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `ID_Continue`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -380,6 +380,7 @@ const matchSymbols = buildString({
|
|||
[0x001FE0, 0x001FEC],
|
||||
[0x001FF2, 0x001FF4],
|
||||
[0x001FF6, 0x001FFC],
|
||||
[0x00200C, 0x00200D],
|
||||
[0x00203F, 0x002040],
|
||||
[0x002090, 0x00209C],
|
||||
[0x0020D0, 0x0020DC],
|
||||
|
@ -410,8 +411,7 @@ const matchSymbols = buildString({
|
|||
[0x003038, 0x00303C],
|
||||
[0x003041, 0x003096],
|
||||
[0x003099, 0x00309F],
|
||||
[0x0030A1, 0x0030FA],
|
||||
[0x0030FC, 0x0030FF],
|
||||
[0x0030A1, 0x0030FF],
|
||||
[0x003105, 0x00312F],
|
||||
[0x003131, 0x00318E],
|
||||
[0x0031A0, 0x0031BF],
|
||||
|
@ -484,7 +484,7 @@ const matchSymbols = buildString({
|
|||
[0x00FF10, 0x00FF19],
|
||||
[0x00FF21, 0x00FF3A],
|
||||
[0x00FF41, 0x00FF5A],
|
||||
[0x00FF66, 0x00FFBE],
|
||||
[0x00FF65, 0x00FFBE],
|
||||
[0x00FFC2, 0x00FFC7],
|
||||
[0x00FFCA, 0x00FFCF],
|
||||
[0x00FFD2, 0x00FFD7],
|
||||
|
@ -781,6 +781,7 @@ const matchSymbols = buildString({
|
|||
[0x02B740, 0x02B81D],
|
||||
[0x02B820, 0x02CEA1],
|
||||
[0x02CEB0, 0x02EBE0],
|
||||
[0x02EBF0, 0x02EE5D],
|
||||
[0x02F800, 0x02FA1D],
|
||||
[0x030000, 0x03134A],
|
||||
[0x031350, 0x0323AF],
|
||||
|
@ -935,7 +936,6 @@ const nonMatchSymbols = buildString({
|
|||
0x002DDF,
|
||||
0x003030,
|
||||
0x0030A0,
|
||||
0x0030FB,
|
||||
0x003130,
|
||||
0x00A67E,
|
||||
0x00A7D2,
|
||||
|
@ -1252,7 +1252,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x001FD4, 0x001FD5],
|
||||
[0x001FDC, 0x001FDF],
|
||||
[0x001FED, 0x001FF1],
|
||||
[0x001FFD, 0x00203E],
|
||||
[0x001FFD, 0x00200B],
|
||||
[0x00200E, 0x00203E],
|
||||
[0x002041, 0x002053],
|
||||
[0x002055, 0x002070],
|
||||
[0x002072, 0x00207E],
|
||||
|
@ -1342,7 +1343,7 @@ const nonMatchSymbols = buildString({
|
|||
[0x00FEFD, 0x00FF0F],
|
||||
[0x00FF1A, 0x00FF20],
|
||||
[0x00FF3B, 0x00FF3E],
|
||||
[0x00FF5B, 0x00FF65],
|
||||
[0x00FF5B, 0x00FF64],
|
||||
[0x00FFBF, 0x00FFC1],
|
||||
[0x00FFC8, 0x00FFC9],
|
||||
[0x00FFD0, 0x00FFD1],
|
||||
|
@ -1568,7 +1569,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x02B73A, 0x02B73F],
|
||||
[0x02B81E, 0x02B81F],
|
||||
[0x02CEA2, 0x02CEAF],
|
||||
[0x02EBE1, 0x02F7FF],
|
||||
[0x02EBE1, 0x02EBEF],
|
||||
[0x02EE5E, 0x02F7FF],
|
||||
[0x02FA1E, 0x02FFFF],
|
||||
[0x03134B, 0x03134F],
|
||||
[0x0323B0, 0x0E00FF],
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `ID_Start`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -673,6 +673,7 @@ const matchSymbols = buildString({
|
|||
[0x02B740, 0x02B81D],
|
||||
[0x02B820, 0x02CEA1],
|
||||
[0x02CEB0, 0x02EBE0],
|
||||
[0x02EBF0, 0x02EE5D],
|
||||
[0x02F800, 0x02FA1D],
|
||||
[0x030000, 0x03134A],
|
||||
[0x031350, 0x0323AF]
|
||||
|
@ -1351,7 +1352,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x02B73A, 0x02B73F],
|
||||
[0x02B81E, 0x02B81F],
|
||||
[0x02CEA2, 0x02CEAF],
|
||||
[0x02EBE1, 0x02F7FF],
|
||||
[0x02EBE1, 0x02EBEF],
|
||||
[0x02EE5E, 0x02F7FF],
|
||||
[0x02FA1E, 0x02FFFF],
|
||||
[0x03134B, 0x03134F],
|
||||
[0x0323B0, 0x10FFFF]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Ideographic`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
@ -34,6 +34,7 @@ const matchSymbols = buildString({
|
|||
[0x02B740, 0x02B81D],
|
||||
[0x02B820, 0x02CEA1],
|
||||
[0x02CEB0, 0x02EBE0],
|
||||
[0x02EBF0, 0x02EE5D],
|
||||
[0x02F800, 0x02FA1D],
|
||||
[0x030000, 0x03134A],
|
||||
[0x031350, 0x0323AF]
|
||||
|
@ -72,7 +73,8 @@ const nonMatchSymbols = buildString({
|
|||
[0x02B73A, 0x02B73F],
|
||||
[0x02B81E, 0x02B81F],
|
||||
[0x02CEA2, 0x02CEAF],
|
||||
[0x02EBE1, 0x02F7FF],
|
||||
[0x02EBE1, 0x02EBEF],
|
||||
[0x02EE5E, 0x02F7FF],
|
||||
[0x02FA1E, 0x02FFFF],
|
||||
[0x03134B, 0x03134F],
|
||||
[0x0323B0, 0x10FFFF]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Join_Control`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Logical_Order_Exception`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Lowercase`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Math`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Noncharacter_Code_Point`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Pattern_Syntax`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Pattern_White_Space`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Quotation_Mark`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Radical`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Regional_Indicator`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Adlam`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Ahom`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Anatolian_Hieroglyphs`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Arabic`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Armenian`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Avestan`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Balinese`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Bamum`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Bassa_Vah`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Batak`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Bengali`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Bhaiksuki`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Bopomofo`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Brahmi`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Braille`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Buginese`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Buhid`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 Mathias Bynens. All rights reserved.
|
||||
// Copyright 2024 Mathias Bynens. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
|
@ -7,7 +7,7 @@ description: >
|
|||
Unicode property escapes for `Script=Canadian_Aboriginal`
|
||||
info: |
|
||||
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
|
||||
Unicode v15.0.0
|
||||
Unicode v15.1.0
|
||||
esid: sec-static-semantics-unicodematchproperty-p
|
||||
features: [regexp-unicode-property-escapes]
|
||||
includes: [regExpUtils.js]
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue