-
Notifications
You must be signed in to change notification settings - Fork 386
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
CLDR-16836 kbd: ebnf: move tests to js out of shell, check XML files #4270
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks great but I don't see the 4 files referred to, 'from-match.pass.txt' etc.; probably I'm not understanding something
- transform-from-required.d/from-match.pass.txt | ||
- transform-from-required.d/from-match.fail.txt | ||
- transform-to-required.d/to-replacement.pass.txt | ||
- transform-to-required.d/to-replacement.fail.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where are these files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are in that same directory (keyboard-abnf-tests) and were added in #4261
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that previous PR had a shell script (now deleted) to test the files, this changes it to JS
CLDR-16836
Followon to #4261 this moves the test case out of shell script into its own JS project. No changes to EBNF or test cases.
ALLOW_MANY_COMMITS=true