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 multi-line anchor tag issue. #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raghucssit
Copy link

Anchor tag within a link text can have new line character(\n). Link should be underlined in multiple lines.
Other improvements.

See #154

Copy link

github-actions bot commented Mar 14, 2025

Test Results

   341 files  ±0     341 suites  ±0   2m 34s ⏱️ +11s
 3 955 tests ±0   3 671 ✅ ±0  284 💤 ±0  0 ❌ ±0 
11 693 runs  ±0  10 808 ✅ ±0  885 💤 ±0  0 ❌ ±0 

Results for commit 54aef38. ± Comparison against base commit 4f08da9.

♻️ This comment has been updated with latest results.

Anchor tag within a link text can have new line character(\n).
Link should be underlined in multiple lines.
Other improvements.

See #154
@raghucssit raghucssit force-pushed the link_widget_parse_fix branch from 62ca799 to 54aef38 Compare March 14, 2025 18:33
@tmssngr
Copy link

tmssngr commented Mar 15, 2025

I would suggest to make the parsing code testable independent of the Link control, e.g. by making it static. I also recommend adding test cases for the parsing.

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.

2 participants