diff --git a/corpus/unquoted_argument.txt b/corpus/unquoted_argument.txt index fcd2d6e..ed6b8a7 100644 --- a/corpus/unquoted_argument.txt +++ b/corpus/unquoted_argument.txt @@ -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)) + ) + ) +)