diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/awk.tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/awk.tests b/testsuite/awk.tests index 7910c8875..03d464969 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests | |||
@@ -64,4 +64,7 @@ testing "awk string cast (bug 725)" \ | |||
64 | "0\nnumber\n" \ | 64 | "0\nnumber\n" \ |
65 | "" "" | 65 | "" "" |
66 | 66 | ||
67 | testing "awk handles whitespace before array subscript" \ | ||
68 | "awk 'BEGIN { arr [3] = 1; print arr [3] }'" "1\n" "" "" | ||
69 | |||
67 | exit $FAILCOUNT | 70 | exit $FAILCOUNT |