Shell: Correctly mark the end line of a parsed list

This commit is contained in:
Tim Schumacher 2023-03-23 14:02:27 +01:00 committed by Ali Mohammad Pur
commit 9a6b5a53a7
Notes: sideshowbarker 2024-07-17 12:02:22 +09:00

View file

@ -690,7 +690,7 @@ ErrorOr<RefPtr<AST::Node>> Parser::parse_list()
start_position.start_offset,
end_position.end_offset,
start_position.start_line,
start_position.end_line,
end_position.end_line,
},
move(nodes),
move(positions));