Skip to content

Commit 03830d1

Browse files
correct snap
1 parent b08c261 commit 03830d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/pgls_treesitter_grammar/tests/snapshots/grammar_tests__test_2_sql1.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ program [0..44] 'update auth.users set email = 'my@mail.com';'
1616
update_set_values [18..43] 'set email = 'my@mail.com''
1717
keyword_set [18..21] 'set'
1818
assignment [22..43] 'email = 'my@mail.com'' (@end)
19-
column_identifier [22..27] 'email' (@end)
19+
column_identifier [22..27] 'email' (@left)
2020
= [28..29] '='
21-
literal [30..43] ''my@mail.com'' (@right)
21+
literal [30..43] ''my@mail.com'' (@end)
2222
; [43..44] ';'

0 commit comments

Comments
 (0)