Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
De-fragile <:Ideographic> tests.
Unicode sometimes adds more to the range, so picking one off the end to test "not an ideograph" puts the test at risk of failing for no good reason in future versions of Unicode. This is the case when going from Unicode 7 to Unicode 8, which does all more ideographs.
- Loading branch information