-
-
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
fix(core): ldml backspace processing should delete all markers 🙀 #11254
Conversation
- current code would only delete a single marker and fall through - should loop consuming all markers until a non-marker char is hit
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
- current code only deletes a single marker and falls through - update the ldml test code, get rid of 'expected character' backspace logic (now that we have context object) - update test cases
…le-marker-on-delete
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
@mcdurdin didn't get user tests yet but otherwise ready |
@keymanapp-test-bot skip |
@rc-swag ok go ahead and merge this once the parent is merged.. |
Changes in this pull request will be available for download in Keyman version 17.0.315-beta |
current code would only delete a single marker and fall through
should loop consuming all markers until a non-marker char is hit
needs unit test
needs user test
split from #11172