Files
gp4/tree-sitter-p4/test/corpus/instantiations.txt
T
Will Hawkins 297288e2b0
Continuous Integration / Grammar Tests (push) Successful in 39s
Continuous Integration / Library Format Tests (push) Successful in 1m30s
Continuous Integration / Library Tests (push) Successful in 4m38s
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 <hawkinsw@obs.cr>
2026-05-29 17:12:38 -04:00

18 lines
196 B
Plaintext

=========================
Simple Instantiation
=========================
bool() main;
---
(p4program
(instantiation
(typeRef
(baseType
(bool)
)
)
(arguments)
(identifier)
)
)