aboutsummaryrefslogtreecommitdiff
path: root/tests/printf/output.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/printf/output.txt')
-rw-r--r--tests/printf/output.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/printf/output.txt b/tests/printf/output.txt
index 0f59d9fc..7ca4d88c 100644
--- a/tests/printf/output.txt
+++ b/tests/printf/output.txt
@@ -5,6 +5,7 @@ Characters: a A
Decimals: 1977 650000 12 4
Preceding with blanks: 1977 -1977
Preceding with zeros: 0000001977 -000001977
+Force sign: +1977 -1977 +1977 -1977
Some different radixes: 100 64 144 0x64 0144
floats: 3.14 +3e+00 3.141600E+00 00003.14
negative floats: -3.14 -3e+00 -3.141600E+00 -0003.14