regexp-generator: Update front matter

Add the `generated` flag, and update the link to the generator script.
This commit is contained in:
Philip Chimento 2024-11-01 17:01:46 -07:00 committed by Philip Chimento
parent 54e02bdd56
commit 031ed02ad1
25 changed files with 50 additions and 25 deletions

View File

@ -7,7 +7,7 @@ description: >
Compare range for digit class escape \d with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for digit class escape \d+ with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for digit class escape \d+ with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for digit class escape \d with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-digit class escape \D with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-digit class escape \D+ with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-digit class escape \D+ with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-digit class escape \D with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-whitespace class escape \S with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-whitespace class escape \S+ with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-whitespace class escape \S+ with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-whitespace class escape \S with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-word class escape \W with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-word class escape \W+ with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-word class escape \W+ with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for non-word class escape \W with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for whitespace class escape \s with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for whitespace class escape \s+ with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for whitespace class escape \s+ with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for whitespace class escape \s with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for word class escape \w with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for word class escape \w+ with flags ug
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for word class escape \w+ with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -7,7 +7,7 @@ description: >
Compare range for word class escape \w with flags g
info: |
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.
CharacterClassEscape[U] ::
@ -35,6 +35,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/
const str = buildString({

View File

@ -8,7 +8,7 @@ description: >
${description}
info: |
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.
CharacterClassEscape[U] ::
@ -36,6 +36,7 @@ info: |
Return the set of all characters not included in the set returned by CharacterClassEscape :: w.
features: [String.fromCodePoint]
includes: [regExpUtils.js]
flags: [generated]
---*/\n`;
return header;