diff options
author | Christian Murphy <christian.murphy.42@gmail.com> | 2022-09-12 01:01:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 10:01:11 +0200 |
commit | 640c103c0a2b92f7f2a49cfc0721577f40aa90e0 (patch) | |
tree | 1359c8f4d5a6234fe59a44a3b91cdae87db29d4f /.gitignore | |
parent | 1c9f0b21ac1bef17737731c2bb29d1d8dd98b2f3 (diff) | |
download | markdown-rs-640c103c0a2b92f7f2a49cfc0721577f40aa90e0.tar.gz markdown-rs-640c103c0a2b92f7f2a49cfc0721577f40aa90e0.tar.bz2 markdown-rs-640c103c0a2b92f7f2a49cfc0721577f40aa90e0.zip |
Add fuzz testing
Closes GH-7.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ coverage/ target commonmark-data.txt unicode-data.txt +fuzz/target +fuzz/corpus +fuzz/artifacts |