aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarco Paland <marco@paland.com>2018-05-12 01:43:43 +0200
committerMarco Paland <marco@paland.com>2018-05-12 01:43:43 +0200
commita6e81f9c598e722571b9ae115fda6ef770a57e66 (patch)
tree12b00e8f22ed09e7ea5446581c65542737e19b85 /README.md
parentee383ad5c7b5bbf60b4af447c5114e95a734688d (diff)
downloadprintf-a6e81f9c598e722571b9ae115fda6ef770a57e66.tar.gz
printf-a6e81f9c598e722571b9ae115fda6ef770a57e66.tar.bz2
printf-a6e81f9c598e722571b9ae115fda6ef770a57e66.zip
test(test_suite): added more `float` test cases
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1e2af49..2c16afd 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Therefore I decided to write an own, final implementation which meets the follow
- Support of decimal/floating number representation (with an own fast itoa/ftoa)
- Reentrant and thread-safe, malloc free, no static vars/buffers
- LINT and compiler L4 warning free, mature, coverity clean, automotive ready
- - Extensive test suite (> 310 test cases) passing
+ - Extensive test suite (> 320 test cases) passing
- Simply the best *printf* around the net
- MIT license