gchp / iota

A terminal-based text editor written in Rust
MIT License
1.63k stars 81 forks source link

Fix failing tests #35

Closed gchp closed 9 years ago

gchp commented 9 years ago

Since #33 was merged, there's a bunch of failing tests. The build works fine, just the tests need to be updated.

Arcterus commented 9 years ago

I'm pretty sure this requires a bunch of unsafe code to get around borrowing.

gchp commented 9 years ago

This has been fixed