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
Make a test robust in the face of NFG.
It had a hash of opener/closer pairs. However, in an implementation that does NFG, due to singleton decompositions in Unicode, two of the opener/closer pairs ended up equal after normalization, resulting in a hash with an element less and thus a test less being run. Use a list of pairs instead.
- Loading branch information