summaryrefslogtreecommitdiff
path: root/tests/array.right
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 22:43:09 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 22:43:09 -0500
commit5e4a95c7941a9e29b0bacb752c4e4a50c1385bbd (patch)
tree930db811a4fe8ce8ca8a012f963569c2a849d999 /tests/array.right
parentaf12dacd16e29a1a496ef559f3155e27a96f6ef8 (diff)
downloadbash-5e4a95c7941a9e29b0bacb752c4e4a50c1385bbd.tar.gz
commit bash-20051215 snapshot
Diffstat (limited to 'tests/array.right')
-rw-r--r--tests/array.right10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/array.right b/tests/array.right
index 488b4e46..900e43e3 100644
--- a/tests/array.right
+++ b/tests/array.right
@@ -137,6 +137,8 @@ value = new1 new2 new3
7 8 9
+8 11
+8 11
a b c d e f g
for case if then else
@@ -144,10 +146,10 @@ for case if then else
12 14 16 18 20
4414758999202
aaa bbb
-./array.tests: line 282: syntax error near unexpected token `<>'
-./array.tests: line 282: `metas=( <> < > ! )'
-./array.tests: line 283: syntax error near unexpected token `<>'
-./array.tests: line 283: `metas=( [1]=<> [2]=< [3]=> [4]=! )'
+./array.tests: line 285: syntax error near unexpected token `<>'
+./array.tests: line 285: `metas=( <> < > ! )'
+./array.tests: line 286: syntax error near unexpected token `<>'
+./array.tests: line 286: `metas=( [1]=<> [2]=< [3]=> [4]=! )'
abc 3
case 4
abc case if then else 5