Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip non-ASCII tests if system does not support UTF-8 (#749)
* fix: skip non-ASCII tests is system does not support UTF-8 * test(exercise_check_unparsable_unicode): split test into one test with a non-ASCII character string and one test with a non-ASCII variable name * Non-ASCII character strings should work on all platforms * Non-ASCII variable names should only work on platforms with UTF-8 support
- Loading branch information