Skip to content

Lexer: Fix location of token after line continuation#15454

Merged
straight-shoota merged 1 commit intocrystal-lang:masterfrom
FnControlOption:line
Feb 21, 2025
Merged

Lexer: Fix location of token after line continuation#15454
straight-shoota merged 1 commit intocrystal-lang:masterfrom
FnControlOption:line

Conversation

@FnControlOption
Copy link
Contributor

@FnControlOption FnControlOption commented Feb 12, 2025

Extracted from #15452

"hello "\
"world" # <-- This token should start at column 1, not column 2!

@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:parser labels Feb 12, 2025
@straight-shoota straight-shoota added this to the 1.16.0 milestone Feb 20, 2025
@straight-shoota straight-shoota merged commit 945655d into crystal-lang:master Feb 21, 2025
73 checks passed
kojix2 pushed a commit to kojix2/crystal that referenced this pull request Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:parser

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants