cmark/test
Nick Wellnhofer dfb1526b38 spec_tests.py: Add option to generate fuzz corpus
Add an option `--fuzz-corpus` that writes the test cases to separate
files including the options header, so they can be used as seed corpus
for fuzz testing.
2023-02-02 08:03:29 -08:00
..
afl_test_cases Add Makefile target to fuzz with AFL 2015-02-23 17:24:58 +01:00
CMakeLists.txt Also run API tests with CMARK_SHARED=OFF 2017-11-18 16:16:01 +01:00
cmark-fuzz.c Include string.h in cmark-fuzz.c. 2020-01-05 12:34:30 -08:00
cmark.py Make rendering safe by default. 2019-03-17 22:43:38 -07:00
entity_tests.py Remove useless __name__ check in test scripts 2020-01-15 07:04:27 -08:00
fuzzing_dictionary Move fuzzing dictionary into single file 2017-06-27 15:37:03 -04:00
normalize.py normalize.py: use html.escape instead of cgi.escape. 2019-11-27 22:05:20 -08:00
pathological_tests.py Add new pathological test for pattern "![[]()"*n. 2023-01-23 10:24:40 -08:00
regression.txt Allow declarations with no space, as per spec. Closes #456. 2022-11-03 08:57:23 -07:00
roundtrip_tests.py Remove useless __name__ check in test scripts 2020-01-15 07:04:27 -08:00
run-cmark-fuzz Add Makefile target and harness to fuzz with libFuzzer 2017-06-27 15:37:04 -04:00
smart_punct.txt --smart: open quote can never occur right after ] or ). 2017-08-09 10:54:29 -07:00
spec_tests.py spec_tests.py: Add option to generate fuzz corpus 2023-02-02 08:03:29 -08:00
spec.txt Fixed HTML comment scanning. 2022-09-08 10:50:03 -07:00