Add some tests
This commit is contained in:
parent
192d484892
commit
68d12f7e12
14
corpus/no_argument_with_newline.txt
Normal file
14
corpus/no_argument_with_newline.txt
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
===============================================
|
||||||
|
Command invocation without argument with spaces
|
||||||
|
===============================================
|
||||||
|
|
||||||
|
message( )
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
(source_file
|
||||||
|
(command_invocation
|
||||||
|
(identifier)
|
||||||
|
(seperation (space))
|
||||||
|
)
|
||||||
|
)
|
18
corpus/no_argument_with_space.txt
Normal file
18
corpus/no_argument_with_space.txt
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
================================================
|
||||||
|
Command invocation without argument with newline
|
||||||
|
================================================
|
||||||
|
|
||||||
|
message(
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
(source_file
|
||||||
|
(command_invocation
|
||||||
|
(identifier)
|
||||||
|
(seperation
|
||||||
|
(line_ending (newline))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
Loading…
Reference in a new issue