servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
78 stars 33 forks source link

Conformance tests should check orderings *and* levels #88

Closed Manishearth closed 1 year ago

Manishearth commented 1 year ago

BidiConformanceTests.txt contains an expected list of levels and an expected ordering, we only test the former.

Expected ordering depends on expected levels so as long as our visual_runs algorithm is correct this ought to still pass, but we should still test it.