Footnotes
Some checks failed
CI / Check typos (push) Successful in 8s
CI / Check links (push) Failing after 12s
CI / Clippy (push) Successful in 54s
CI / Build and test (push) Successful in 1m11s
CI / Build container (push) Successful in 52s
CI / Deploy on waypoint (push) Successful in 44s
Some checks failed
CI / Check typos (push) Successful in 8s
CI / Check links (push) Failing after 12s
CI / Clippy (push) Successful in 54s
CI / Build and test (push) Successful in 1m11s
CI / Build container (push) Successful in 52s
CI / Deploy on waypoint (push) Successful in 44s
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#![expect(unused_imports)]
|
||||
#![expect(unused_crate_dependencies)]
|
||||
use std::path::PathBuf;
|
||||
use testing::fixture;
|
||||
|
||||
/*
|
||||
#[fixture("tests/fixtures/[!_]*.md")]
|
||||
fn test_html(file: PathBuf) {
|
||||
let f = md_dev::read_fixture_file(file);
|
||||
@@ -13,3 +16,4 @@ fn test_html(file: PathBuf) {
|
||||
|
||||
md_dev::assert_no_diff(f, &actual);
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user