Mathias Bynens
77e98fb683
Add tests for Unicode v16 property escapes
...
Issue: https://github.com/tc39/ecma262/issues/3425
2024-09-13 14:42:42 +02:00
Mathias Bynens
83c58c5055
Move updated unicodeSets
tests to their appropriate location
2024-09-13 14:38:51 +02:00
Mathias Bynens
1a0b9d23f2
Add tests ensuring the latest Unicode Emoji standard is being followed
...
The behavior of `/\p{RGI_Emoji}/v` and other properties of strings depends on the Unicode & Emoji version being used in the JavaScript engine. This patch adds tests verifying new additions to `RGI_Emoji` for each release of the Unicode Emoji standard are correctly matched.
2023-08-28 16:31:57 +02:00
Mathias Bynens
67160e94a9
Remove duplicate entries from nonMatchStrings
...
https://github.com/mathiasbynens/unicode-property-escapes-tests/pull/12
2022-07-12 19:21:53 -07:00
Mathias Bynens
33ea5b6439
Move folder around
2022-07-12 19:21:53 -07:00
Mathias Bynens
d361217eb7
Add tests for RegExp set notation
...
Set notation and extended character class functionality is part of the RegExp `v` flag proposal: https://github.com/tc39/proposal-regexp-set-notation
Issue: https://github.com/tc39/test262/issues/3496 , https://github.com/tc39/proposal-regexp-set-notation/issues/52
2022-07-12 19:21:53 -07:00