From 297288e2b0ccb4b84d3f85c3fb00d83ad52a1e87 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 29 May 2026 17:12:34 -0400 Subject: [PATCH] grammar: Update Instantiation Grammar Tests A change to the grammar for parsing instantiations was not accompanied by a change to the tests. Signed-off-by: Will Hawkins --- tree-sitter-p4/test/corpus/instantiations.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tree-sitter-p4/test/corpus/instantiations.txt b/tree-sitter-p4/test/corpus/instantiations.txt index 219a025..c891279 100644 --- a/tree-sitter-p4/test/corpus/instantiations.txt +++ b/tree-sitter-p4/test/corpus/instantiations.txt @@ -10,7 +10,8 @@ bool() main; (bool) ) ) + (arguments) (identifier) - ) + ) )