5 Commits

Author SHA1 Message Date
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
830b17a3a0 Update RegExp \p{…} tests per Unicode 15.1.0
Issue: #3945
2024-04-17 16:04:56 -07:00
Mathias Bynens
1d5dc6b577 Remove tests involving the Emoji_Test property
`Emoji_Test` is not an official Unicode property of strings. Work on standardizing such a property (although likely under a different name) is happening: https://github.com/mathiasbynens/emoji-test-regex-pattern/issues/7
2022-11-10 13:51:56 +01:00
Mathias Bynens
3eaa7c9313 Update RegExp \p{…} tests per Unicode 15
Upstream commit: 859db0d6df

Issue: https://github.com/tc39/ecma262/issues/2904
2022-09-21 11:19:28 +02:00
Mathias Bynens
489a9f8d52 Add tests for \p{…} with properties of strings
This functionality is part of the RegExp `v` flag proposal: https://github.com/tc39/proposal-regexp-set-notation
2022-01-04 09:31:37 -05:00