Skip to content

Fix tg<tab><tab> - #3

Merged
deathaxe merged 2 commits into
masterfrom
bugfix/tg-tab-tab
Aug 5, 2026
Merged

Fix tg<tab><tab>#3
deathaxe merged 2 commits into
masterfrom
bugfix/tg-tab-tab

Conversation

@FichteFoll

Copy link
Copy Markdown
Member

Fixes #2.

Otherwise a `@started()` anywhere on the same line would cause
backtracking and allow the first part to be anchored to `@start` after
which the following negative look-ahead would pass on the remaining
`ed`.

Also removed some redundant escaping.

Regression of 05b2e59.
@FichteFoll FichteFoll changed the title Fix `tg<tab><tab> Fix tg<tab><tab> Aug 2, 2026
@deathaxe
deathaxe merged commit 27ff437 into master Aug 5, 2026
@deathaxe
deathaxe deleted the bugfix/tg-tab-tab branch August 5, 2026 08:23
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.

tg<tab><tab> broken

2 participants