mirror of
https://github.com/JellyApple102/tree-sitter-dfraw.git
synced 2024-11-22 14:09:20 +02:00
40 lines
606 B
Plaintext
40 lines
606 B
Plaintext
=============
|
|
General Test
|
|
=============
|
|
|
|
opening_comment
|
|
|
|
[TEST:BODY_1PART] comment here
|
|
[MULTIPLE:string:123:LARGE]
|
|
[SINGLE_TEST]
|
|
[HERE:A string, contating=lot's of diffent-punctuation.]
|
|
|
|
---
|
|
|
|
(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)))
|
|
(bracket_statement
|
|
(parameter_list
|
|
(declaration)
|
|
(separator)
|
|
(string))))
|