Skip to content

Add an isSpace test for a CJK character#36

Merged
thomashoneyman merged 2 commits intopurescript-contrib:mainfrom
deviant-forks:add-is-space-test-for-cjk-character
Nov 8, 2021
Merged

Add an isSpace test for a CJK character#36
thomashoneyman merged 2 commits intopurescript-contrib:mainfrom
deviant-forks:add-is-space-test-for-cjk-character

Conversation

@maxdeviant
Copy link
Member

Description of the change

This PR adds a test for isSpace using a CJK character.

An issue with CJK characters when used with isSpace was previously reported in #20. The issue is no longer reproducible on main, but it's probably good to have some test coverage for this path to ensure there are no regressions.

Closes #20.


Checklist:

  • Added the change to the changelog's "Unreleased" section with a link to this PR and your username
  • Linked any existing issues or proposals that this pull request should close
  • Updated or added relevant documentation in the README and/or documentation directory
  • Added a test for the contribution (if applicable)

@thomashoneyman thomashoneyman merged commit 8ac4613 into purescript-contrib:main Nov 8, 2021
@thomashoneyman
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

isSpace throws on Asian characters

2 participants