Set comparator start location to beginning of comparison

This commit is contained in:
Charlie Marsh 2022-11-04 16:42:17 -04:00
parent 1dfa2e5239
commit ac1821b23d
4 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ expression: parse_ast
value: Located {
location: Location {
row: 1,
column: 4,
column: 1,
},
end_location: Some(
Location {

View file

@ -19,7 +19,7 @@ expression: parse_ast
value: Located {
location: Location {
row: 1,
column: 3,
column: 1,
},
end_location: Some(
Location {

View file

@ -145,7 +145,7 @@ Located {
Located {
location: Location {
row: 1,
column: 34,
column: 32,
},
end_location: Some(
Location {
@ -201,7 +201,7 @@ Located {
Located {
location: Location {
row: 1,
column: 43,
column: 41,
},
end_location: Some(
Location {