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

text: handle hyperlink embedded text correctly; fixes #329 #334

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

jedib0t
Copy link
Owner

@jedib0t jedib0t commented Oct 3, 2024

Escape sequence handling code was barfing when running into \\ in a URL embedded text. This change ensures such sequences are handled appropriately.

Fixes #329.

Copy link

sonarqubecloud bot commented Oct 3, 2024

@jedib0t jedib0t merged commit 183dee4 into main Oct 3, 2024
4 checks passed
@jedib0t jedib0t deleted the fix-329 branch October 3, 2024 05:33
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11156456980

Details

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

Totals Coverage Status
Change from base Build 11153904827: 0.0%
Covered Lines: 3677
Relevant Lines: 3677

💛 - Coveralls

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.

[Bug] text.Hyperlink breaks table alignment of header, footer and row data
2 participants