aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test8.out
diff options
context:
space:
mode:
authorGravatar maxfl <gmaxfl@gmail.com>2012-07-08 09:19:11 +0800
committerGravatar maxfl <gmaxfl@gmail.com>2012-07-08 09:19:11 +0800
commit5f05756e657d85026026d95d4ada0b6677861900 (patch)
tree569404b2d2287b9d67122de6f6e415e61f5df10c /tests/test8.out
parentc0e996acf8226e44da995d0e91dc26c4903e4427 (diff)
Add variable expand ranges
echo $PATH[-1..1] #now works Add tests for ranges
Diffstat (limited to 'tests/test8.out')
-rw-r--r--tests/test8.out9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test8.out b/tests/test8.out
new file mode 100644
index 00000000..e118e572
--- /dev/null
+++ b/tests/test8.out
@@ -0,0 +1,9 @@
+1 2 3 4 5 6 7 8 9 10
+10 9 8 7 6 5 4 3 2 1
+2 3 4 5 8 7 6
+10 9
+10 9 8 7 6 5 4 3 2 1
+10 9 8 7 6 5 4 3 2 1
+10 7 8 9 6 5 2 3 4 1
+5 4 3 2 1
+3 4 5 9 8 7 6 5 4 3 2