cessen / ropey

A utf8 text rope for manipulating and editing large texts.
MIT License
1.04k stars 46 forks source link

fix medium.txt path in test case #71

Closed shuoli84 closed 1 year ago

shuoli84 commented 1 year ago

When I clone the project and run cargo test, it failed to compile with error:

5 | const MEDIUM_TEXT: &str = include_str!("medium.txt");
  |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
cessen commented 1 year ago

Ah, thanks for catching this! This isn't quite the right fix, though. It looks like tests/medium.txt was accidentally left out of a recent PR. I'll add that.