-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
---- text_prompt::tests::draw_no_wrap stdout ----
thread 'text_prompt::tests::draw_no_wrap' panicked at src/text_prompt.rs:383:9:
assertion `left == right` failed
left: (16, 1)
right: (16, 0)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- text_prompt::tests::draw_wrapped stdout ----
thread 'text_prompt::tests::draw_wrapped' panicked at src/text_prompt.rs:440:9:
assertion `left == right` failed
left: (16, 1)
right: (5, 1)
failures:
text_prompt::tests::draw_no_wrap
text_prompt::tests::draw_wrapped
Reactions are currently unavailable