Commit 8f69c5a
committed
Fix locations for invalid syntax when using
Followup to #3827
It sets the start to the opening but it should instead just
continue on as usual.
Fixes #3851
Notice how the AST actually contains "123" in both the body and end keyword.expect1_opening
1 parent 90c0578 commit 8f69c5a
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12438 | 12438 | | |
12439 | 12439 | | |
12440 | 12440 | | |
12441 | | - | |
| 12441 | + | |
12442 | 12442 | | |
12443 | 12443 | | |
12444 | 12444 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
| |||
0 commit comments