diff options
Diffstat (limited to 'testsuite/awk.tests')
-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 0afe9b9..5a32304 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests @@ -202,4 +202,7 @@ end d " \ "" "" +testing "awk handles empty ()" \ + "awk 'BEGIN {print()}' 2>&1" "awk: cmd. line:1: Empty sequence\n" "" "" + exit $FAILCOUNT |