aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test3.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test3.in')
-rw-r--r--tests/test3.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test3.in b/tests/test3.in
index 4b26d787..c6801999 100644
--- a/tests/test3.in
+++ b/tests/test3.in
@@ -62,9 +62,9 @@ end
# Test that scope is preserved in double blocks
-for i in 1
+for i in 1
set t6 $i
- for j in a
+ for j in a
if test $t6$j = 1a
echo Test 6 pass
else
@@ -105,7 +105,7 @@ end
# Test if exported variables go out of scope
-if test (../fish -c "echo $t8")
+if test (../fish -c "echo $t8")
echo Test 9 fail
else
echo Test 9 pass