aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-08 10:28:41 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-08 10:28:41 +0200
commit674154f9053ff116bd551e6c3385ec98042bf396 (patch)
tree1bd1be8e402ec64bca9e39191f1bc77cbe881774 /readme.md
parentb4bc1c91e6f271d49c1acf8aa468110d87ba5382 (diff)
downloadmarkdown-rs-674154f9053ff116bd551e6c3385ec98042bf396.tar.gz
markdown-rs-674154f9053ff116bd551e6c3385ec98042bf396.tar.bz2
markdown-rs-674154f9053ff116bd551e6c3385ec98042bf396.zip
Update test count in readme
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 a9fa111..a3bbc22 100644
--- a/readme.md
+++ b/readme.md
@@ -23,7 +23,7 @@ positional info, concrete tokens, and extensions.
- [x] **[compliant][commonmark]** (100% to CommonMark)
- [x] **[extensions][]** (GFM, frontmatter, math)
- [x] **[safe][security]** (100% safe rust, also 100% safe HTML by default)
-- [x] **[robust][test]** (1800+ tests, 100% coverage)
+- [x] **[robust][test]** (2300+ tests, 100% coverage)
It’s also `#![no_std]` + `alloc`, has tons of docs, and has a single dependency
(for optional debug logging).