jotdown/tests/afl/src/html.rs

4 lines
73 B
Rust
Raw Normal View History

fn main() {
afl::fuzz!(|data: &[u8]| { jotdown_afl::html(data) });
}