aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/intl402/ch12/12.1/12.1.1_18.js
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize ./testBrian Terlson2014-12-071-14/+0
|
* Add path attribute.Brian Terlson2014-07-301-0/+1
|
* Normalize testcase formatBrian Terlson2014-07-301-7/+5
| | | | | | | | | | | This commit normalizes the test case format used across test262. It applies the following transformations: * Convert to YAML for frontmatter * Remove of trailing whitespace * Replace /r/n with /n except in chapters 6 and 7. * Copyright header always uses // comments * new includes attribute replaces $INCLUDE * No implicit assumptions about test environment other than $ERROR. Everything else appears in the include array. This includes "runTestCase" which is now included in a substantial number of tests.
* Updated tests for ECMAScript Internationalization API spec changes; made ↵Norbert Lindenberg2012-09-101-1/+4
| | | | | | | | | small enhancements. - Updated DateTimeFormat tests for new handling of hour12 options property. - Added a few invalid language tags to test of IsStructurallyValidLanguageTag. - Added user-defined language tag to test of CanonicalizeLanguageTag. - Added test for the Intl property of the global object.
* Added new tests for chapters 10 to 13 of the ECMAScript Internationalization ↵Norbert Lindenberg2012-08-261-0/+12
API Specification.