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 col-col link matching for columns of length > 2 #200389

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Dec 8, 2023

This was caused by a single missing \ char in a regex. A bunch of new supported formats were added:

  • foo:339:12-789
  • "foo",339.12-789
  • "foo",339.12-341.789

Fixes #193384

This was caused by a single missing `\` char in a regex. A bunch of
new supported formats were added:

- foo:339:12-789
- "foo",339.12-789
- "foo",339.12-341.789

Fixes #193384
@Tyriar Tyriar added this to the December / January 2024 milestone Dec 8, 2023
@Tyriar Tyriar self-assigned this Dec 8, 2023
@Tyriar Tyriar enabled auto-merge December 8, 2023 17:50
@Tyriar Tyriar merged commit 17f5cff into main Dec 8, 2023
6 checks passed
@Tyriar Tyriar deleted the tyriar/193384 branch December 8, 2023 19:58
@github-actions github-actions bot locked and limited conversation to collaborators Jan 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Terminal link detection: support file:line:col-col format
2 participants