From 2f96d8a8a75d25da2a01699106151322314fb026 Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Sun, 11 Apr 2021 15:47:39 +0200 Subject: [PATCH] Add test for seperation --- corpus/unquoted_argument.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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)) + ) + ) +)