Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed directory levels in test/intl402/ #3763

Open
ptomato opened this issue Jan 10, 2023 · 0 comments
Open

Mixed directory levels in test/intl402/ #3763

ptomato opened this issue Jan 10, 2023 · 0 comments

Comments

@ptomato
Copy link
Contributor

ptomato commented Jan 10, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant