mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
regexp-generator: Update front matter
Add the `generated` flag, and update the link to the generator script.
This commit is contained in:
parent
54e02bdd56
commit
031ed02ad1
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for digit class escape \d with flags ug
|
Compare range for digit class escape \d with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for digit class escape \d+ with flags ug
|
Compare range for digit class escape \d+ with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for digit class escape \d+ with flags g
|
Compare range for digit class escape \d+ with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for digit class escape \d with flags g
|
Compare range for digit class escape \d with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-digit class escape \D with flags ug
|
Compare range for non-digit class escape \D with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-digit class escape \D+ with flags ug
|
Compare range for non-digit class escape \D+ with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-digit class escape \D+ with flags g
|
Compare range for non-digit class escape \D+ with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-digit class escape \D with flags g
|
Compare range for non-digit class escape \D with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-whitespace class escape \S with flags ug
|
Compare range for non-whitespace class escape \S with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-whitespace class escape \S+ with flags ug
|
Compare range for non-whitespace class escape \S+ with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-whitespace class escape \S+ with flags g
|
Compare range for non-whitespace class escape \S+ with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-whitespace class escape \S with flags g
|
Compare range for non-whitespace class escape \S with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-word class escape \W with flags ug
|
Compare range for non-word class escape \W with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-word class escape \W+ with flags ug
|
Compare range for non-word class escape \W+ with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-word class escape \W+ with flags g
|
Compare range for non-word class escape \W+ with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for non-word class escape \W with flags g
|
Compare range for non-word class escape \W with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for whitespace class escape \s with flags ug
|
Compare range for whitespace class escape \s with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for whitespace class escape \s+ with flags ug
|
Compare range for whitespace class escape \s+ with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for whitespace class escape \s+ with flags g
|
Compare range for whitespace class escape \s+ with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for whitespace class escape \s with flags g
|
Compare range for whitespace class escape \s with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for word class escape \w with flags ug
|
Compare range for word class escape \w with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for word class escape \w+ with flags ug
|
Compare range for word class escape \w+ with flags ug
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for word class escape \w+ with flags g
|
Compare range for word class escape \w+ with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -7,7 +7,7 @@ description: >
|
|||||||
Compare range for word class escape \w with flags g
|
Compare range for word class escape \w with flags g
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -35,6 +35,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const str = buildString({
|
const str = buildString({
|
||||||
|
@ -8,7 +8,7 @@ description: >
|
|||||||
${description}
|
${description}
|
||||||
info: |
|
info: |
|
||||||
This is a generated test. Please check out
|
This is a generated test. Please check out
|
||||||
https://github.com/bocoup/test262-regexp-generator
|
https://github.com/tc39/test262/tree/main/tools/regexp-generator/
|
||||||
for any changes.
|
for any changes.
|
||||||
|
|
||||||
CharacterClassEscape[U] ::
|
CharacterClassEscape[U] ::
|
||||||
@ -36,6 +36,7 @@ info: |
|
|||||||
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
|
||||||
features: [String.fromCodePoint]
|
features: [String.fromCodePoint]
|
||||||
includes: [regExpUtils.js]
|
includes: [regExpUtils.js]
|
||||||
|
flags: [generated]
|
||||||
---*/\n`;
|
---*/\n`;
|
||||||
|
|
||||||
return header;
|
return header;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user