From 64dc925c4afad63bc5c8a6017d969abbab1d2ac5 Mon Sep 17 00:00:00 2001 From: Rami Ali Date: Thu, 5 Jan 2017 11:06:12 +1100 Subject: tests/float: Improve formatfloat.c test coverage using Python. --- tests/float/string_format_modulo3.py.exp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/float/string_format_modulo3.py.exp (limited to 'tests/float/string_format_modulo3.py.exp') diff --git a/tests/float/string_format_modulo3.py.exp b/tests/float/string_format_modulo3.py.exp new file mode 100644 index 000000000..b158c7d7f --- /dev/null +++ b/tests/float/string_format_modulo3.py.exp @@ -0,0 +1,3 @@ +-10 +1.00e+01 +1.00e-00 -- cgit v1.2.3