Split tests
This commit is contained in:
parent
f79a9ebe9e
commit
9fefdcb89d
|
@ -44,38 +44,3 @@ message(
|
|||
)
|
||||
)
|
||||
|
||||
====================================
|
||||
Command invocation with one argument
|
||||
====================================
|
||||
|
||||
message(STATUS)
|
||||
|
||||
---
|
||||
|
||||
(source_file
|
||||
(command_invocation
|
||||
(identifier)
|
||||
(arguments
|
||||
(argument (unquoted_argument))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
=====================================
|
||||
Command invocation with two arguments
|
||||
=====================================
|
||||
|
||||
message(STATUS Hello)
|
||||
|
||||
---
|
||||
|
||||
(source_file
|
||||
(command_invocation
|
||||
(identifier)
|
||||
(arguments
|
||||
(argument (unquoted_argument))
|
||||
(seperation (space))
|
||||
(argument (unquoted_argument))
|
||||
)
|
||||
)
|
||||
)
|
35
corpus/unquoted_argument.txt
Normal file
35
corpus/unquoted_argument.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
====================================
|
||||
Command invocation with one argument
|
||||
====================================
|
||||
|
||||
message(STATUS)
|
||||
|
||||
---
|
||||
|
||||
(source_file
|
||||
(command_invocation
|
||||
(identifier)
|
||||
(arguments
|
||||
(argument (unquoted_argument))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
=====================================
|
||||
Command invocation with two arguments
|
||||
=====================================
|
||||
|
||||
message(STATUS Hello)
|
||||
|
||||
---
|
||||
|
||||
(source_file
|
||||
(command_invocation
|
||||
(identifier)
|
||||
(arguments
|
||||
(argument (unquoted_argument))
|
||||
(seperation (space))
|
||||
(argument (unquoted_argument))
|
||||
)
|
||||
)
|
||||
)
|
Loading…
Reference in a new issue