diff options
author | Jari Aalto <jari.aalto@cante.net> | 2009-02-19 22:21:29 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:47:02 +0000 |
commit | 17345e5ad288f7543b77b23a25aa380eacc279f2 (patch) | |
tree | 8ac954624147c08ebe1f72f38e0fa5e0416ce87d /tests/mapfile.right | |
parent | 3185942a5234e26ab13fa02f9c51d340cec514f8 (diff) | |
download | android_external_bash-17345e5ad288f7543b77b23a25aa380eacc279f2.tar.gz android_external_bash-17345e5ad288f7543b77b23a25aa380eacc279f2.tar.bz2 android_external_bash-17345e5ad288f7543b77b23a25aa380eacc279f2.zip |
Imported from ../bash-4.0.tar.gz.
Diffstat (limited to 'tests/mapfile.right')
-rw-r--r-- | tests/mapfile.right | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/tests/mapfile.right b/tests/mapfile.right index ae8fafc..1e73eb1 100644 --- a/tests/mapfile.right +++ b/tests/mapfile.right @@ -31,6 +31,7 @@ a[0] Abcdefghijklmnop [e] abcdefghijklmnOp [f] abcdefghijklmnoP a +0 1 2 3 @@ -47,11 +48,11 @@ a 14 15 16 -3 -6 -9 -12 -15 +2 +5 +8 +11 +14 [0] Abcdefghijklmnop [1] aBcdefghijklmnop [2] abCdefghijklmnop @@ -129,3 +130,9 @@ a [27] aaa [28] aaa [29] aaa +1 2 3 4 5 +foo 0 +foo 1 +foo 2 +foo 3 +foo 4 |