Update unit tests to reflect python and ruby grammar changes

This commit is contained in:
Max Brunsfeld 2020-11-16 10:51:08 -08:00
parent 29dbc79402
commit b267f90e64
2 changed files with 2 additions and 2 deletions

View file

@ -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
"#,