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

Handle ANSI escape sequences when performing column wrapping #2849

Merged
merged 13 commits into from
May 4, 2024

Replace literal escape codes with \033 and add a test case for incomp…

8f91452
Select commit
Failed to load commit list.
Merged

Handle ANSI escape sequences when performing column wrapping #2849

Replace literal escape codes with \033 and add a test case for incomp…
8f91452
Select commit
Failed to load commit list.
Codecov / codecov/patch succeeded May 4, 2024 in 1s

98.69% of diff hit (target 80.00%)

View this Pull Request on Codecov

98.69% of diff hit (target 80.00%)

Annotations

Check warning on line 347 in src/catch2/internal/catch_textflow.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/catch2/internal/catch_textflow.cpp#L347

Added line #L347 was not covered by tests

Check warning on line 360 in src/catch2/internal/catch_textflow.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/catch2/internal/catch_textflow.cpp#L360

Added line #L360 was not covered by tests