mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-17 01:55:22 +00:00
Fix IfExp location
This commit is contained in:
parent
b20571ad0f
commit
6fc0d42d4a
3 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ Located {
|
|||
elt: Located {
|
||||
location: Location {
|
||||
row: 1,
|
||||
column: 3,
|
||||
column: 1,
|
||||
},
|
||||
end_location: Some(
|
||||
Location {
|
||||
|
|
|
@ -343,7 +343,7 @@ expression: "parse_program(source, \"<test>\").unwrap()"
|
|||
context_expr: Located {
|
||||
location: Location {
|
||||
row: 5,
|
||||
column: 7,
|
||||
column: 5,
|
||||
},
|
||||
end_location: Some(
|
||||
Location {
|
||||
|
@ -452,7 +452,7 @@ expression: "parse_program(source, \"<test>\").unwrap()"
|
|||
context_expr: Located {
|
||||
location: Location {
|
||||
row: 6,
|
||||
column: 7,
|
||||
column: 5,
|
||||
},
|
||||
end_location: Some(
|
||||
Location {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue