servo / unicode-bidi

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

Run reordering conformance tests, more docs for reordering, fix bug #105

Closed Manishearth closed 1 year ago

Manishearth commented 1 year ago

Fixes https://github.com/servo/unicode-bidi/issues/88

We now run the reordering part of the conformance tests. Good news: we already passed them all for reorder_visual()!. There was a small bug when it came to visual_runs() which took a bit of sleuthing but was easy to fix.