We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0b3f8 commit 414ad34Copy full SHA for 414ad34
src/theme/mod.rs
@@ -227,6 +227,8 @@ mod tests {
227
"highlight.css",
228
"ayu-highlight.css",
229
"clipboard.min.js",
230
+ "iframe.html",
231
+ "wasm-entry.mjs",
232
];
233
234
let temp = TempFileBuilder::new().prefix("mdbook-").tempdir().unwrap();
tests/init.rs
@@ -124,6 +124,8 @@ fn copy_theme() {
124
125
"highlight.js",
126
"index.hbs",
127
128
129
130
let theme_dir = temp.path().join("theme");
131
let mut actual: Vec<_> = walkdir::WalkDir::new(&theme_dir)
0 commit comments