mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +00:00
Shell: Correctly mark the end line of a parsed list
This commit is contained in:
parent
46c22ee49d
commit
9a6b5a53a7
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ ErrorOr<RefPtr<AST::Node>> Parser::parse_list()
|
||||||
start_position.start_offset,
|
start_position.start_offset,
|
||||||
end_position.end_offset,
|
end_position.end_offset,
|
||||||
start_position.start_line,
|
start_position.start_line,
|
||||||
start_position.end_line,
|
end_position.end_line,
|
||||||
},
|
},
|
||||||
move(nodes),
|
move(nodes),
|
||||||
move(positions));
|
move(positions));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue