mirror of
https://codeberg.org/ProgramSnail/tree-sitter-lang.git
synced 2025-12-05 22:28:43 +00:00
test fix
This commit is contained in:
parent
1f3a477948
commit
1357783074
1 changed files with 1 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ literals_test = {
|
|||
%null_literal := null;
|
||||
}
|
||||
|
||||
array_argument_test 'x 'y : [[ Int ]] = do_something;
|
||||
array_argument_test 'x : [[ Int ]] = do_something;
|
||||
|
||||
functional_arguments_test 'x 'y : (( Int -> Int )) (( Float <- Float -> Float )) = do_something;
|
||||
|
||||
|
|
@ -1478,7 +1478,6 @@ functional_arguments_test 'x 'y : (( Int -> Int )) (( Float <- Float -> Float ))
|
|||
(function_definition
|
||||
(simple_name_identifier)
|
||||
(argument_name_identifier)
|
||||
(argument_name_identifier)
|
||||
(array_type
|
||||
(simple_type
|
||||
(simple_type_identifier)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue