Skip to content

Fix tui-prompts test failures #9

@joshka

Description

@joshka
---- 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions