mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-18 18:45:23 +00:00
Fix other compound statements
This commit is contained in:
parent
2d75aeb276
commit
c79cc34b37
2 changed files with 46 additions and 15 deletions
|
@ -79,8 +79,8 @@ expression: parse_ast
|
|||
},
|
||||
end_location: Some(
|
||||
Location {
|
||||
row: 3,
|
||||
column: 0,
|
||||
row: 2,
|
||||
column: 10,
|
||||
},
|
||||
),
|
||||
custom: (),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue