From 1d9c6a746c5c31ce8b0bd0ccd524a843f87c4e3e Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 26 Jan 2016 01:16:52 +0000 Subject: 37752: More tests for the previous patch. --- Test/D04parameter.ztst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Test') diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst index 458c5bbe1..7cb297e0c 100644 --- a/Test/D04parameter.ztst +++ b/Test/D04parameter.ztst @@ -481,6 +481,9 @@ '((0.25542 * 60) - 15)*60' 'repeat 3 (x)' 'repeat 3 (echo foo; echo bar)' + 'repeat $(( 2 + 4 )) (x)' + 'repeat $( : foo bar; echo 4) (x)' + 'repeat "1"'\''2'\''$(( 3 + 0 ))$((echo 4);)\ 5 (x)' ) for string in $strings; do array=(${(z)string}) @@ -530,6 +533,21 @@ >7:echo: >8:bar: >9:): +>1:repeat: +>2:$(( 2 + 4 )): +>3:(: +>4:x: +>5:): +>1:repeat: +>2:$( : foo bar; echo 4): +>3:(: +>4:x: +>5:): +>1:repeat: +>2:"1"'2'$(( 3 + 0 ))$((echo 4);)\ 5: +>3:(: +>4:x: +>5:): line=$'A line with # someone\'s comment\nanother line # (1 more\nanother one' -- cgit 1.4.1