tree-sitter-cmake/corpus/no_argument_with_space.txt

18 lines
276 B
Plaintext
Raw Normal View History

2021-04-07 18:24:02 -04:00
================================================
Command invocation without argument with newline
================================================
message(
)
---
(source_file
(command_invocation
(identifier)
(seperation
(line_ending (newline))
)
)
)