diff options
Diffstat (limited to 'tests/printf/output.txt')
-rw-r--r-- | tests/printf/output.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/printf/output.txt b/tests/printf/output.txt index 19a6c1c2..0f59d9fc 100644 --- a/tests/printf/output.txt +++ b/tests/printf/output.txt @@ -3,10 +3,11 @@ n=7 Characters: a A Decimals: 1977 650000 12 4 -Preceding with blanks: 1977 -Preceding with zeros: 0000001977 +Preceding with blanks: 1977 -1977 +Preceding with zeros: 0000001977 -000001977 Some different radixes: 100 64 144 0x64 0144 -floats: 3.14 +3e+00 3.141600E+00 +floats: 3.14 +3e+00 3.141600E+00 00003.14 +negative floats: -3.14 -3e+00 -3.141600E+00 -0003.14 Width trick: 10 A string % Null string: (null) |