mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-03 18:29:04 +00:00
Fix the location of BinOp
This commit is contained in:
parent
5f4309c62c
commit
2c61497074
2 changed files with 7 additions and 7 deletions
|
@ -78,7 +78,7 @@ expression: parse_ast
|
|||
body: Located {
|
||||
location: Location {
|
||||
row: 1,
|
||||
column: 15,
|
||||
column: 13,
|
||||
},
|
||||
end_location: Some(
|
||||
Location {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue