We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0b3f8 commit e43b231Copy full SHA for e43b231
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
@@ -123,7 +123,9 @@ fn copy_theme() {
123
"favicon.svg",
124
125
"highlight.js",
126
127
"index.hbs",
128
129
130
let theme_dir = temp.path().join("theme");
131
let mut actual: Vec<_> = walkdir::WalkDir::new(&theme_dir)
0 commit comments