diff options
Diffstat (limited to 'test/printf1.ok')
-rw-r--r-- | test/printf1.ok | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/printf1.ok b/test/printf1.ok new file mode 100644 index 00000000..32b3a7d8 --- /dev/null +++ b/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 --- | | |