Skip to content

Commit 1a1ffa2

Browse files
kivikakkdruskus20
authored andcommitted
add escaped_char_spans to fuzzer.
1 parent ec1e848 commit 1a1ffa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fuzz/fuzz_targets/all_options.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ struct FuzzParseOptions {
122122
leave_footnote_definitions: bool,
123123
default_info_string: bool,
124124
broken_link_callback: bool,
125+
escaped_char_spans: bool,
125126
}
126127

127128
impl FuzzParseOptions {
@@ -146,6 +147,7 @@ impl FuzzParseOptions {
146147
} else {
147148
None
148149
},
150+
escaped_char_spans: self.escaped_char_spans,
149151
}
150152
}
151153
}

0 commit comments

Comments
 (0)