summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/printf1.ok
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/printf1.ok')
-rw-r--r--contrib/awk/test/printf1.ok7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/awk/test/printf1.ok b/contrib/awk/test/printf1.ok
new file mode 100644
index 0000000..32b3a7d
--- /dev/null
+++ b/contrib/awk/test/printf1.ok
@@ -0,0 +1,7 @@
+%8.5d, 100 --- | 00100|
+%#o, 0 --- |0|
+%#.1o, 0 --- |0|
+%#.0o, 0 --- |0|
+%#x, 0 --- |0|
+%.0d, 0 --- ||
+%5.0d, 0 --- | |
OpenPOWER on IntegriCloud