From a16715ac623dccd66b1a113af255811bf92286e8 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 28 May 2015 14:25:07 +0000 Subject: tests: Add special tests to test mp_printf function to improve coverage. --- tests/unix/extra_coverage.py.exp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests') diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 62debadcd..651a47819 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -1,3 +1,13 @@ +# mp_printf +-123 +123 123 +-0123 +123 +1ABCDEF +ab abc + +false true +(null) +t # vstr tests sts -- cgit v1.2.3