Fix the end location of an implicitly-concatenated string

This commit is contained in:
harupy 2022-12-10 17:49:57 +09:00
parent 009f2c4d38
commit dd01ab1c9e
6 changed files with 7 additions and 6 deletions

View file

@ -24,7 +24,7 @@ expression: parse_ast
end_location: Some(
Location {
row: 1,
column: 8,
column: 17,
},
),
custom: (),

View file

@ -24,7 +24,7 @@ expression: parse_ast
end_location: Some(
Location {
row: 1,
column: 8,
column: 17,
},
),
custom: (),

View file

@ -24,7 +24,7 @@ expression: parse_ast
end_location: Some(
Location {
row: 1,
column: 8,
column: 22,
},
),
custom: (),

View file

@ -24,7 +24,7 @@ expression: parse_ast
end_location: Some(
Location {
row: 1,
column: 9,
column: 18,
},
),
custom: (),

View file

@ -24,7 +24,7 @@ expression: parse_ast
end_location: Some(
Location {
row: 1,
column: 9,
column: 22,
},
),
custom: (),