Skip to content

Commit c0b5a15

Browse files
committed
feat(html-fmt): add format-comments-as-markdown option
Assisted-by: Antigravity with Gemini
1 parent b963e95 commit c0b5a15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/rules/md074_mkdocs_nav.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ nav:
938938
}
939939

940940
#[test]
941+
#[serial_test::serial]
941942
fn test_cache_prevents_duplicate_validation() {
942943
let _guard = setup_test();
943944
let temp_dir = tempdir().unwrap();
@@ -978,6 +979,7 @@ nav:
978979
}
979980

980981
#[test]
982+
#[serial_test::serial]
981983
fn test_cache_invalidates_when_content_changes() {
982984
let _guard = setup_test();
983985
let temp_dir = tempdir().unwrap();

0 commit comments

Comments
 (0)