servo / unicode-bidi

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

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

Closed jfkthame closed 1 year ago

jfkthame commented 1 year 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 1 year ago

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