summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/t-printf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/t-printf.c b/tests/t-printf.c
index 1e4d393..c261838 100644
--- a/tests/t-printf.c
+++ b/tests/t-printf.c
@@ -201,6 +201,9 @@ run_tests (void)
one_test_2 ("%d %% %d", 17, 768114563);
one_test_2 ("%d %% %d", 17, -768114563);
+ /* Checking thousands is not easy because it depends on the locale. */
+ /* one_test_1 ("%'d", 768114563); */
+
one_test_1 ("%d", 17);
one_test_1 ("%4d", 17);
one_test_1 ("%40d", 17);