summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/zeroflag.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/zeroflag.awk')
-rw-r--r--contrib/awk/test/zeroflag.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/awk/test/zeroflag.awk b/contrib/awk/test/zeroflag.awk
new file mode 100644
index 0000000..526ed0e
--- /dev/null
+++ b/contrib/awk/test/zeroflag.awk
@@ -0,0 +1 @@
+BEGIN { printf("%2.1d---%02.1d\n", 2, 2) }
OpenPOWER on IntegriCloud