aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test3.in
diff options
context:
space:
mode:
authorGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 10:18:26 +0800
committerGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 10:18:26 +0800
commit70322077d21ae38bbe503d88e9e4d73ec883a493 (patch)
treed64024c9dde752818a35f865f910e413d8935579 /tests/test3.in
parentf529b2e05725cba0bf9da3ee0feb0b7e3ef2fa5a (diff)
remove trialing spaces #2
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