-
-
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
test(common/web/types): unit tests for unicodeset-parser-api #12714
test(common/web/types): unit tests for unicodeset-parser-api #12714
Conversation
User Test ResultsTest specification and instructions User tests are not required |
…052-unit-tests-unicodeset-parser-api
this.pattern = pattern; | ||
this.ranges = ranges; |
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 shouldn't be necessary as you have public
in the constructor properties, which does the same thing.
this.pattern = pattern; | |
this.ranges = ranges; |
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.
Now with improved knowledge of TS, I can take out the whole MockUnicodeSet
.
…052-unit-tests-unicodeset-parser-api
Changes in this pull request will be available for download in Keyman version 18.0.148-alpha |
Unit tests for
ldml-keyboard/unicodeset-parser-api.ts
See #9052
@keymanapp-test-bot skip