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 3d5af09 commit 09b135dCopy full SHA for 09b135d
src/config.rs
@@ -973,7 +973,7 @@ mod tests {
973
curly-quotes = true
974
google-analytics = "123456"
975
additional-css = ["custom.css", "custom2.css"]
976
- additional-theme = ["foobar"]
+ additional-theme = ["barfoo"]
977
additional-js = ["custom.js"]
978
"#;
979
@@ -999,7 +999,7 @@ mod tests {
999
curly_quotes: true,
1000
google_analytics: Some(String::from("123456")),
1001
additional_css: vec![PathBuf::from("custom.css"), PathBuf::from("custom2.css")],
1002
- additional_theme: vec![PathBuf::from("foobar")],
+ additional_theme: vec![PathBuf::from("barfoo")],
1003
additional_js: vec![PathBuf::from("custom.js")],
1004
..Default::default()
1005
};
0 commit comments