aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/var_bash1b.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-vars/var_bash1b.right')
-rw-r--r--shell/hush_test/hush-vars/var_bash1b.right23
1 files changed, 23 insertions, 0 deletions
diff --git a/shell/hush_test/hush-vars/var_bash1b.right b/shell/hush_test/hush-vars/var_bash1b.right
new file mode 100644
index 000000000..fafc0f07c
--- /dev/null
+++ b/shell/hush_test/hush-vars/var_bash1b.right
@@ -0,0 +1,23 @@
+all |0123456
+4: |456
+4:2 |45
+4:-1 |45
+4:-2 |4
+4:-3 |
+-4: |3456
+-4:2 |34
+-4:-1 |345
+-4:-2 |34
+-4:-3 |3
+-4:-4 |
+-4:i=2 |34
+-4:i=-2|34
+-4:i=-3|3
+-4:i=-4|
+-5: |23456
+-6: |123456
+-7: |0123456
+-8: |
+-9: |
+-9:-99 |
+Ok:0