mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Shell: Correctly mark the end line of a parsed list
This commit is contained in:
parent
46c22ee49d
commit
9a6b5a53a7
Notes:
sideshowbarker
2024-07-17 12:02:22 +09:00
Author: https://github.com/timschumi
Commit: 9a6b5a53a7
Pull-request: https://github.com/SerenityOS/serenity/pull/18012
Reviewed-by: https://github.com/alimpfard
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue