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

Test failure in pretty_print_search_results #338

Open
kiufta opened this issue Jan 19, 2023 · 0 comments
Open

Test failure in pretty_print_search_results #338

kiufta opened this issue Jan 19, 2023 · 0 comments
Labels
bug-report Unexpected behavior found, including behavior that diverges from documentation. fixed-in-upcoming-release This ticket is fixed, and will be closed when an upcoming version of Stork is released.

Comments

@kiufta
Copy link

kiufta commented Jan 19, 2023

Rust 1.66.1, llvm 15.0.7, git master of stork

---- pretty_print_search_results::tests::display_pretty_search_results_given_output stdout ----
thread 'pretty_print_search_results::tests::display_pretty_search_results_given_output' panicked at 'assertion failed: `(left == right)`

Diff < left / right > :
<"\u{1b}[1;32mSome Document Title\u{1b}[0m\n<https://example.com>\n    - This is the excerpt of the text\n\n21 total results available"
>"\u{1b}[1;32mSome Document Title\u{1b}[0m\n<https://example.com>\n    - \u{1b}[33mT\u{1b}[0mhis is the excerpt of the text\n\n21 total results available"

', stork-cli/src/pretty_print_search_results.rs:92:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@jameslittle230 jameslittle230 added bug-report Unexpected behavior found, including behavior that diverges from documentation. fixed-in-upcoming-release This ticket is fixed, and will be closed when an upcoming version of Stork is released. labels Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Unexpected behavior found, including behavior that diverges from documentation. fixed-in-upcoming-release This ticket is fixed, and will be closed when an upcoming version of Stork is released.
Projects
None yet
Development

No branches or pull requests

2 participants