Update unit tests to reflect python and ruby grammar changes
This commit is contained in:
parent
29dbc79402
commit
b267f90e64
2 changed files with 2 additions and 2 deletions
|
|
@ -1507,7 +1507,7 @@ fn test_query_matches_with_supertypes() {
|
|||
value: (expression) @kw_arg)
|
||||
|
||||
(assignment
|
||||
left: (left_hand_side (identifier) @var_def))
|
||||
left: (identifier) @var_def)
|
||||
|
||||
(primary_expression/identifier) @var_ref
|
||||
"#,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue