tree-sitter-dfraw/test/corpus/test.txt

40 lines
606 B
Plaintext
Raw Normal View History

2021-09-24 00:22:14 +03:00
=============
General Test
=============
opening_comment
[TEST:BODY_1PART] comment here
[MULTIPLE:string:123:LARGE]
[SINGLE_TEST]
2021-09-24 06:07:02 +03:00
[HERE:A string, contating=lot's of diffent-punctuation.]
2021-09-24 00:22:14 +03:00
---
(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
2021-09-24 05:48:52 +03:00
(declaration)))
(bracket_statement
(parameter_list
(declaration)
(separator)
(string))))