mirror of
https://github.com/JellyApple102/tree-sitter-dfraw.git
synced 2024-11-22 22:19:19 +02:00
34 lines
464 B
Plaintext
34 lines
464 B
Plaintext
=============
|
|
General Test
|
|
=============
|
|
|
|
opening_comment
|
|
|
|
[TEST:BODY_1PART] comment here
|
|
[MULTIPLE:string:123:LARGE]
|
|
[SINGLE_TEST]
|
|
|
|
---
|
|
|
|
(source_file
|
|
(comment)
|
|
(bracket_statement
|
|
(parameter_list
|
|
(declaration)
|
|
(separator)
|
|
(large)))
|
|
(comment)
|
|
(comment)
|
|
(bracket_statement
|
|
(parameter_list
|
|
(declaration)
|
|
(separator)
|
|
(string)
|
|
(separator)
|
|
(number)
|
|
(separator)
|
|
(large)))
|
|
(bracket_statement
|
|
(parameter_list
|
|
(declaration))))
|