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

table: process Carriage-Return codes correctly #291

Merged
merged 1 commit into from Jan 8, 2024
Merged

table: process Carriage-Return codes correctly #291

merged 1 commit into from Jan 8, 2024

Conversation

jedib0t
Copy link
Owner

@jedib0t jedib0t commented Jan 8, 2024

Proposed Changes

  • Handle \r correctly when processing column strings

Fixes #284.

Copy link

sonarcloud bot commented Jan 8, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7443949958

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 7441168135: 0.0%
Covered Lines: 3421
Relevant Lines: 3421

💛 - Coveralls

@jedib0t jedib0t merged commit 460e895 into main Jan 8, 2024
5 checks passed
@jedib0t jedib0t deleted the table-cr branch January 8, 2024 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why carriage return character '\r' is dropped when rendering?
3 participants