We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5726a8a commit 652eab6Copy full SHA for 652eab6
tests/custom_preprocessors.rs
@@ -36,7 +36,7 @@ fn ask_the_preprocessor_to_blow_up() {
36
let dummy_book = DummyBook::new();
37
let temp = dummy_book.build().unwrap();
38
let mut md = MDBook::load(temp.path()).unwrap();
39
- md.with_preprecessor(example());
+ md.with_preprocessor(example());
40
41
md.config
42
.set("preprocessor.nop-preprocessor.blow-up", true)
@@ -52,7 +52,7 @@ fn process_the_dummy_book() {
52
53
54
55
56
57
md.build().unwrap();
58
}
0 commit comments