Mathias Bynens
|
c7ac073e73
|
Update tests for RegExp Unicode property escapes (#1633)
62cbe2f1cb
|
2018-07-09 12:26:53 -04:00 |
Mathias Bynens
|
85d595effa
|
Update RegExp Unicode property escape tests per Unicode 11
Emoji data is now published as part of the Unicode standard itself, and thus follows the same version number.
Ref. f302c60c84 .
Ref. https://github.com/tc39/ecma262/pull/1218.
Ref. https://github.com/tc39/ecma262/issues/1219.
|
2018-06-07 15:32:41 +02:00 |
André Bargull
|
f95b56ab28
|
Revert "js-beautify: make all indentation consistent (depth & character) (#1409)" (#1412)
This reverts commit a01de4a722 .
|
2018-02-09 12:09:47 -05:00 |
Rick Waldron
|
a01de4a722
|
js-beautify: make all indentation consistent (depth & character) (#1409)
|
2018-02-09 11:35:37 -05:00 |
Mathias Bynens
|
4e7ed93da8
|
RegExp property escapes: test Extended_Pictographic
|
2017-10-22 10:05:05 -07:00 |
André Bargull
|
e44d73733b
|
Expect early SyntaxError when character range consists of two character classes
|
2017-09-05 11:18:06 -04:00 |
Mathias Bynens
|
953992d235
|
Update RegExp Unicode property escape tests per latest proposal & Unicode 10
|
2017-07-13 12:35:44 -04:00 |
Mathias Bynens
|
d587abccdb
|
Fix test involving a Unicode property escape in a character class range (#1034)
Thanks to @anba for spotting this: 4843f049fa (r116528031)
|
2017-05-17 13:07:50 -04:00 |
Mathias Bynens
|
d5e1150325
|
Add regular RegExp Unicode property escape tests (#1014)
Ref. https://github.com/mathiasbynens/unicode-property-escapes-tests/pull/8.
|
2017-05-01 13:25:51 -04:00 |
Mathias Bynens
|
d354788f6f
|
RegExp property escapes: list emoji data version (UTR51) (#981)
|
2017-04-18 12:30:35 -04:00 |
Mathias Bynens
|
1c1935e363
|
Remove tests for Unicode properties that are no longer supported (#980)
Ref. https://github.com/tc39/proposal-regexp-unicode-property-escapes/issues/27.
|
2017-04-15 12:57:32 -04:00 |
Mathias Bynens
|
92a85ed8fd
|
Fix `Script_Extensions=Inherited` data (#977)
Ref. https://github.com/mathiasbynens/node-unicode-data/issues/45.
Ref. da8ae69b9b .
Ref. https://github.com/mathiasbynens/unicode-property-escapes-tests/issues/7.
|
2017-04-14 12:20:05 -04:00 |
Mathias Bynens
|
d993c4a9e8
|
Fix three broken RegExp property escape tests (#974)
c62ed61cfc
|
2017-04-13 14:40:18 -04:00 |
Mathias Bynens
|
44b40e083e
|
Add exhaustive tests for RegExp Unicode property escapes (#971)
Proposal: https://github.com/tc39/proposal-regexp-unicode-property-escapes
These tests have been generated by the script at https://github.com/mathiasbynens/unicode-property-escapes-tests. They check all the properties and values that should be supported by implementations against the symbols they’re supposed to match. False positives are detected as well.
Ref. #950.
Ref. https://github.com/tc39/proposal-regexp-unicode-property-escapes/issues/4.
|
2017-04-13 11:22:49 -04:00 |