Skip to content

Commit

Permalink
Actually set options
Browse files Browse the repository at this point in the history
  • Loading branch information
5225225 authored and marcusklaas committed Jan 12, 2022
1 parent a7087db commit 9740413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzz_targets/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ fuzz_target!(|data: FuzzingInput<'_>| {
opts.insert(Options::ENABLE_HEADING_ATTRIBUTES);
}

for _ in pulldown_cmark::Parser::new(data.markdown) {};
for _ in pulldown_cmark::Parser::new_ext(data.markdown, opts) {};
});

0 comments on commit 9740413

Please sign in to comment.