-
Notifications
You must be signed in to change notification settings - Fork 24
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
ucd/ident: Add test for Pattern Syntax/Whitespace data #254
Labels
Milestone
Comments
bors bot
added a commit
that referenced
this issue
Feb 7, 2019
253: Fix issue with Pattern Whitespace r=CAD97 a=declanvk Fixes issue #254 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/open-i18n/rust-unic/253) <!-- Reviewable:end --> Co-authored-by: Declan Kelly <dkelly.home@gmail.com>
bors bot
added a commit
that referenced
this issue
Feb 25, 2019
253: Fix issue with Pattern Whitespace r=behnam a=declanvk Fixes issue #254 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/open-i18n/rust-unic/253) <!-- Reviewable:end --> Co-authored-by: Declan Kelly <dkelly.home@gmail.com>
bors bot
added a commit
that referenced
this issue
Mar 3, 2019
257: ucd/ident: Split into modules and add unit tests r=behnam a=behnam Resolves GH-254. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/open-i18n/rust-unic/257) <!-- Reviewable:end --> Co-authored-by: Behnam Esfahbod <behnam@zwnj.org>
I'm going to make a release, |
Merged
bors bot
added a commit
that referenced
this issue
Mar 3, 2019
258: Release v0.9.0 r=behnam a=behnam ### Add - `unic-ucd-name_aliases`: Unicode Name Alias character properties. ### Changed - `unic-cli`: Fallback to Name Alias for characters without Name value. ### Fixed - `ucd-ident`: Use correct data table for `PatternWhitespace` property. [[GH-254](#254)] ### Misc - Use external git submodules for source data. - Migrate to Rust 2018 Edition. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/open-i18n/rust-unic/258) <!-- Reviewable:end --> Co-authored-by: Behnam Esfahbod <behnam@zwnj.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hello,
I noticed that the pattern whitespace property is incorrectly using the
pattern_syntax.rsv
table.rust-unic/unic/ucd/ident/src/lib.rs
Lines 125 to 131 in 6c6702a
I've opened a PR with the simple substitution, #253
Thanks,
Declan
The text was updated successfully, but these errors were encountered: