fix: declaration ranges changed after stage0 update (#5845)
Recently declaration ranges have changed slightly to include attribute lists. Fixes a test that broke.
This commit is contained in:
parent
f292184642
commit
abe6d5bca7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
some
|
||||
{
|
||||
range :=
|
||||
{ pos := { line := 202, column := 42 }, charUtf16 := 42, endPos := { line := 208, column := 31 },
|
||||
{ pos := { line := 202, column := 0 }, charUtf16 := 0, endPos := { line := 208, column := 31 },
|
||||
endCharUtf16 := 31 },
|
||||
selectionRange :=
|
||||
{ pos := { line := 202, column := 46 }, charUtf16 := 46, endPos := { line := 202, column := 58 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue