You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the test/intl402/ directory there is a mix of directory names that represent builtins reachable from the global object (e.g. Array/prototype/toLocaleString/, Date/prototype/) and names that represent builtins reachable from the Intl object (e.g. DateTimeFormat).
Specifically this means there are two directories with DateTimeFormat tests: test/intl402/DateTimeFormat/ and test/intl402/Intl/DateTimeFormat/.
The in-progress work on the README suggests that the names should be organized according to how they are reachable from the global object.
The text was updated successfully, but these errors were encountered:
In the
test/intl402/
directory there is a mix of directory names that represent builtins reachable from the global object (e.g.Array/prototype/toLocaleString/
,Date/prototype/
) and names that represent builtins reachable from theIntl
object (e.g.DateTimeFormat
).Specifically this means there are two directories with DateTimeFormat tests:
test/intl402/DateTimeFormat/
andtest/intl402/Intl/DateTimeFormat/
.The in-progress work on the README suggests that the names should be organized according to how they are reachable from the global object.
The text was updated successfully, but these errors were encountered: