summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/splitwht.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/splitwht.awk')
-rw-r--r--contrib/awk/test/splitwht.awk7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/awk/test/splitwht.awk b/contrib/awk/test/splitwht.awk
deleted file mode 100644
index 6163d72..0000000
--- a/contrib/awk/test/splitwht.awk
+++ /dev/null
@@ -1,7 +0,0 @@
-BEGIN {
- str = "a b\t\tc d"
- n = split(str, a, " ")
- print n
- m = split(str, b, / /)
- print m
-}
OpenPOWER on IntegriCloud