diff options
author | Damien George <damien.p.george@gmail.com> | 2015-05-28 14:25:07 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-05-28 14:25:07 +0000 |
commit | a16715ac623dccd66b1a113af255811bf92286e8 (patch) | |
tree | 43d64aff1ccfca789bf945766dfc076ce35aabf3 /tests/unix/extra_coverage.py.exp | |
parent | 9ede4dcfbb31a4adbd729466d72a1d10aa81b4fc (diff) | |
download | micropython-a16715ac623dccd66b1a113af255811bf92286e8.tar.gz micropython-a16715ac623dccd66b1a113af255811bf92286e8.zip |
tests: Add special tests to test mp_printf function to improve coverage.
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
-rw-r--r-- | tests/unix/extra_coverage.py.exp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 62debadcd0..651a47819c 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 |