Add test for seperation

This commit is contained in:
Uy Ha 2021-04-11 15:47:39 +02:00
parent 2baec3b814
commit 2f96d8a8a7

View file

@ -59,3 +59,28 @@ STATUS)
)
)
)
========================================
Command invocations with escape sequence
========================================
message( STATUS)
message(
STATUS)
---
(source_file
(command_invocation
(identifier)
(seperation (space))
(arguments
(argument (unquoted_argument))
)
)
(command_invocation
(identifier)
(seperation (line_ending (newline)))
(arguments
(argument (unquoted_argument))
)
)
)