summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/pipeio2.ok
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/pipeio2.ok')
-rw-r--r--contrib/awk/test/pipeio2.ok16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/awk/test/pipeio2.ok b/contrib/awk/test/pipeio2.ok
new file mode 100644
index 0000000..3f55c05
--- /dev/null
+++ b/contrib/awk/test/pipeio2.ok
@@ -0,0 +1,16 @@
+'echo January 1997 | tr [0-9]. ...........'
+January ....
+'echo S M Tu W Th F S | tr [0-9]. ...........'
+S M Tu W Th F S
+'echo 1 2 3 4 | tr [0-9]. ...........'
+. . . .
+'echo 5 6 7 8 9 10 11 | tr [0-9]. ...........'
+. . . . . .. ..
+'echo 12 13 14 15 16 17 18 | tr [0-9]. ...........'
+.. .. .. .. .. .. ..
+'echo 19 20 21 22 23 24 25 | tr [0-9]. ...........'
+.. .. .. .. .. .. ..
+'echo 26 27 28 29 30 31 | tr [0-9]. ...........'
+.. .. .. .. .. ..
+'echo | tr [0-9]. ...........'
+
OpenPOWER on IntegriCloud