jotdown/tests/afl/src/html.rs
2023-03-17 18:45:20 +01:00

3 lines
73 B
Rust

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