-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move path validation tests before charset tests
The charset validation tests do exhaustive loops over all possible codepoints. This is very useful for ensuring correct behavior on all inputs, but is slow enough (several seconds) to be annoying during development. Moving the path validation tests (which are very fast) before the charset validation tests allows developers to conclude that they have passed much sooner, since if they fail the code will crash quickly.
- Loading branch information
Showing
1 changed file
with
48 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters