tree-sitter-cmake/corpus/no_argument.txt
2021-06-14 21:33:30 +02:00

45 lines
735 B
Plaintext

=================================================
Command invocation without argument [no_argument]
=================================================
message()
---
(source_file
(normal_command
(identifier)
)
)
=============================================================
Command invocation without argument with spaces [no_argument]
=============================================================
message( )
---
(source_file
(normal_command
(identifier)
)
)
==============================================================
Command invocation without argument with newline [no_argument]
==============================================================
message(
)
---
(source_file
(normal_command
(identifier)
)
)