-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Description
The Unicode consortium has a suite of conformance tests for the bidirectional algorithm, which can be found at:
- http://www.unicode.org/Public/UNIDATA/BidiTest.txt
- http://www.unicode.org/Public/UNIDATA/BidiCharacterTest.txt
We should add code to tools/generate.py to download these files and generate Rust unit tests for each of the test cases here.
Reactions are currently unavailable