mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 23:14:47 +02:00
This commit is contained in:
parent
2be73ca5ea
commit
01550ab13a
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Digit class escape, \\d with flags ug
|
||||
Compare range for digit class escape \d with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Digit class escape, \\d+ with flags ug
|
||||
Compare range for digit class escape \d+ with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Digit class escape, \\d+ with flags g
|
||||
Compare range for digit class escape \d+ with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Digit class escape, \\d with flags g
|
||||
Compare range for digit class escape \d with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non Digit class escape, \\D with flags ug
|
||||
Compare range for non-digit class escape \D with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non Digit class escape, \\D+ with flags ug
|
||||
Compare range for non-digit class escape \D+ with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non Digit class escape, \\D+ with flags g
|
||||
Compare range for non-digit class escape \D+ with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non Digit class escape, \\D with flags g
|
||||
Compare range for non-digit class escape \D with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non whitespace class escape, \\S with flags ug
|
||||
Compare range for non-whitespace class escape \S with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non whitespace class escape, \\S+ with flags ug
|
||||
Compare range for non-whitespace class escape \S+ with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non whitespace class escape, \\S+ with flags g
|
||||
Compare range for non-whitespace class escape \S+ with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non whitespace class escape, \\S with flags g
|
||||
Compare range for non-whitespace class escape \S with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non Word class escape, \\W with flags ug
|
||||
Compare range for non-word class escape \W with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non Word class escape, \\W+ with flags ug
|
||||
Compare range for non-word class escape \W+ with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non Word class escape, \\W+ with flags g
|
||||
Compare range for non-word class escape \W+ with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Non Word class escape, \\W with flags g
|
||||
Compare range for non-word class escape \W with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Whitespace class escape, \\s with flags ug
|
||||
Compare range for whitespace class escape \s with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Whitespace class escape, \\s+ with flags ug
|
||||
Compare range for whitespace class escape \s+ with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Whitespace class escape, \\s+ with flags g
|
||||
Compare range for whitespace class escape \s+ with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Whitespace class escape, \\s with flags g
|
||||
Compare range for whitespace class escape \s with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Word class escape, \\w with flags ug
|
||||
Compare range for word class escape \w with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Word class escape, \\w+ with flags ug
|
||||
Compare range for word class escape \w+ with flags ug
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Word class escape, \\w+ with flags g
|
||||
Compare range for word class escape \w+ with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
@ -4,9 +4,10 @@
|
||||
/*---
|
||||
esid: prod-CharacterClassEscape
|
||||
description: >
|
||||
Compare range for Word class escape, \\w with flags g
|
||||
Compare range for word class escape \w with flags g
|
||||
info: |
|
||||
This is a generated test, please checkout https://github.com/bocoup/test262-regexp-generator
|
||||
This is a generated test. Please check out
|
||||
https://github.com/bocoup/test262-regexp-generator
|
||||
for any changes.
|
||||
|
||||
CharacterClassEscape[U] ::
|
||||
|
Loading…
x
Reference in New Issue
Block a user