aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/awk.tests3
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
67testing "awk handles whitespace before array subscript" \
68 "awk 'BEGIN { arr [3] = 1; print arr [3] }'" "1\n" "" ""
69
67exit $FAILCOUNT 70exit $FAILCOUNT