Skip to content

Commit

Permalink
Added new tests for chapters 6 and 9 of ECMAScript Internationalizati…
Browse files Browse the repository at this point in the history
…on 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.
  • Loading branch information
Norbert Lindenberg committed Aug 27, 2012
1 parent 8cad7d0 commit 1af2425
Show file tree
Hide file tree
Showing 38 changed files with 2,928 additions and 58 deletions.
3 changes: 3 additions & 0 deletions .jshintrc
@@ -0,0 +1,3 @@
{
"predef": ["$ERROR", "Intl"]
}

0 comments on commit 1af2425

Please sign in to comment.