Add more tests
This commit is contained in:
parent
539e1dc77e
commit
444e347c9d
|
@ -86,3 +86,22 @@ message(
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
================================
|
||||||
|
Bracket argument with line break
|
||||||
|
================================
|
||||||
|
|
||||||
|
message([[An argument
|
||||||
|
with line break
|
||||||
|
]])
|
||||||
|
|
||||||
|
---
|
||||||
|
(source_file
|
||||||
|
(command_invocation
|
||||||
|
(identifier)
|
||||||
|
(arguments
|
||||||
|
(argument (bracket_argument))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
|
@ -47,3 +47,20 @@ message("First argument" "Second argument")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
=================================
|
||||||
|
A quoted argument with line break
|
||||||
|
=================================
|
||||||
|
|
||||||
|
message("An argument
|
||||||
|
with line break")
|
||||||
|
|
||||||
|
---
|
||||||
|
(source_file
|
||||||
|
(command_invocation
|
||||||
|
(identifier)
|
||||||
|
(arguments
|
||||||
|
(argument (quoted_argument))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue