servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
74 stars 34 forks source link

Uncomment tests BidiTest:69635 and BidiTest:291284. #110

Closed jfkthame closed 8 months ago

jfkthame commented 8 months ago

These two testcases in test_reordered_levels() are commented out with a TODO note, but if uncommented they appear to pass as written. So let's enable them, unless there's some reason not to?

(Or are they not believed to be correct tests?)

mbrubeck commented 8 months ago

Filed #111 to fix the broken build with Rust 1.36.0.