-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
chore(core): dx: ldml test improvement, backspace test 🙀 #9759
Conversation
- add a filter option to run just one subtest - support backspace event, revamp test JSON format For: #9468
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
- test needs to be "t" not "ta" For: #9760
<keystroke key="a" /> | ||
<keystroke key="b" /> | ||
<backspace /> | ||
<check result="ta" /> <!-- TODO-LDML: #9760 Should be 't' due to backspace transform --> |
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 test verifies that <backspace />
works at all, #9760 to fix it for transforms
OK this is a little concerning… https://build.palaso.org/buildConfiguration/Keyman_Test_Common_Mac/414588?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&showLog=414588_726_114&logView=flowAware — it's acting as if common/web/types is out of date. (see the .ts change in this PR) |
I'm not really seeing the problem you are? Line 401 returns an object which looks like it has a similar structure to what the previous version of the reader returned, so that would fail the test because it doesn't match the actual fixture. |
- the wrong test case was updated previously For: #9468
OK. User error. There are two test cases which test |
- There are two cases. Added comments to cross-link them. For: #9468
…9468-test-improvement-epic-ldml
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.
LGTM
…9468-test-improvement-epic-ldml
…9468-test-improvement-epic-ldml
Changes in this pull request will be available for download in Keyman version 17.0.196-alpha |
@@keys …
) tests but skip them if any filter is set. This is very helpful for running within the debugger.For: #9468
@keymanapp-test-bot skip