Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tui-prompts test failures #9

Open
joshka opened this issue Mar 12, 2024 · 1 comment
Open

Fix tui-prompts test failures #9

joshka opened this issue Mar 12, 2024 · 1 comment

Comments

@joshka
Copy link
Owner

joshka commented Mar 12, 2024

---- 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
@joshka
Copy link
Owner Author

joshka commented Apr 4, 2024

(Search FIXME) for these (I've made them document existing behavior instead of failing for now)

@joshka joshka changed the title Fix test failures Fix tui-prompts test failures Jul 24, 2024
@joshka joshka transferred this issue from joshka/tui-prompts Jul 24, 2024
joshka pushed a commit that referenced this issue Jul 25, 2024
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant