This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
test262
mirror of
https://github.com/tc39/test262.git
Watch
1
Star
0
Fork
You've already forked test262
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
42e21582f8
test262
/
.jshintrc
4 lines
27 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added new tests for chapters 6 and 9 of ECMAScript Internationalization API Specification. - Removed a few old test cases that were redundant with new, more comprehensive ones. - Added testIntl.js as standard include for all console tests in test262.py – see related bug 574. - Added .jshintrc file for settings for the JSHint tool.
2012-08-27 05:49:25 +02:00
{
chore: migrate $ERROR -> throw new Test262Error in .jshintrc, harness/sta.js (#3122)
2021-07-29 21:38:45 +02:00
"predef": ["Intl"]
Added new tests for chapters 6 and 9 of ECMAScript Internationalization API Specification. - Removed a few old test cases that were redundant with new, more comprehensive ones. - Added testIntl.js as standard include for all console tests in test262.py – see related bug 574. - Added .jshintrc file for settings for the JSHint tool.
2012-08-27 05:49:25 +02:00
}