Skip to content

Commit 8bb903c

Browse files
why wont you push
1 parent 03830d1 commit 8bb903c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/pgls_treesitter_grammar/tests/snapshots/grammar_tests__test_2_sql2.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ program [0..64] 'update auth.users as u set email = 'my@mail.com' where u.id = 1
1919
update_set_values [23..48] 'set email = 'my@mail.com''
2020
keyword_set [23..26] 'set'
2121
assignment [27..48] 'email = 'my@mail.com'' (@end)
22-
column_identifier [27..32] 'email' (@end)
22+
column_identifier [27..32] 'email' (@left)
2323
= [33..34] '='
24-
literal [35..48] ''my@mail.com'' (@right)
24+
literal [35..48] ''my@mail.com'' (@end)
2525
where [49..63] 'where u.id = 1'
2626
keyword_where [49..54] 'where'
2727
binary_expression [55..63] 'u.id = 1' (@end)

0 commit comments

Comments
 (0)