aboutsummaryrefslogtreecommitdiff
path: root/testsuite/awk.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/awk.tests')
-rwxr-xr-xtestsuite/awk.tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/awk.tests b/testsuite/awk.tests
index 9e6952ffd..adab4ae1e 100755
--- a/testsuite/awk.tests
+++ b/testsuite/awk.tests
@@ -281,6 +281,11 @@ testing "awk length(array)" \
281 "2\n" \ 281 "2\n" \
282 "" "" 282 "" ""
283 283
284testing "awk length()" \
285 "awk '{print length; print length(); print length(\"qwe\"); print length(99+9)}'" \
286 "3\n3\n3\n3\n" \
287 "" "qwe"
288
284testing "awk -f and ARGC" \ 289testing "awk -f and ARGC" \
285 "awk -f - input" \ 290 "awk -f - input" \
286 "re\n2\n" \ 291 "re\n2\n" \