fix(test): update expected tree-sitter-rust supertypes
This commit is contained in:
parent
cb30ec5b17
commit
998fb34d15
2 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ fn test_supertypes() {
|
|||
"_literal_pattern",
|
||||
"captured_pattern",
|
||||
"const_block",
|
||||
"generic_pattern",
|
||||
"identifier",
|
||||
"macro_invocation",
|
||||
"mut_pattern",
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ describe('Language', () => {
|
|||
'_literal_pattern',
|
||||
'captured_pattern',
|
||||
'const_block',
|
||||
'generic_pattern',
|
||||
'identifier',
|
||||
'macro_invocation',
|
||||
'mut_pattern',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue