mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
fix(test): update expected tree-sitter-rust supertypes
This commit is contained in:
parent
cb30ec5b17
commit
998fb34d15
|
|
@ -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…
Reference in a new issue