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 exporting of last token in match #1955

Merged
merged 4 commits into from
Aug 30, 2024
Merged

Fix exporting of last token in match #1955

merged 4 commits into from
Aug 30, 2024

Conversation

Kr0nox
Copy link
Member

@Kr0nox Kr0nox commented Aug 30, 2024

Currently, the last token in a match gets chosen, based on its start column. Now it takes the last column plus the tokens length

@Kr0nox Kr0nox requested review from TwoOfTwelve and a team August 30, 2024 06:58
@dfuchss
Copy link
Member

dfuchss commented Aug 30, 2024

Could you add a mini-test that ensures that the issue will not occur in the future again :) Or is it complicated to write a test for this ?

@tsaglam tsaglam added bug Issue/PR that involves a bug minor Minor issue/feature/contribution/change report-viewer PR / Issue deals (partly) with the report viewer and thus involves web-dev technologies and removed report-viewer PR / Issue deals (partly) with the report viewer and thus involves web-dev technologies labels Aug 30, 2024
Copy link

sonarcloud bot commented Aug 30, 2024

@tsaglam tsaglam merged commit 04905d0 into develop Aug 30, 2024
44 checks passed
@tsaglam tsaglam deleted the fix-col-calc branch August 30, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue/PR that involves a bug minor Minor issue/feature/contribution/change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants