Skip to content

Commit

Permalink
failing rustdoc test
Browse files Browse the repository at this point in the history
<#51>
  • Loading branch information
SichangHe committed May 25, 2024
1 parent daeb618 commit 8c6ccdb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,22 @@ mod inline_elements {
)
)
}

#[test]
#[ignore]
fn rustdoc_link() {
// Brackets are not escaped if necessary.
assert_eq!(
fmts("[`Vec`]"),
(
"[`Vec`]".into(),
State {
newlines_before_start: 2,
..Default::default()
}
)
)
}
}

mod blockquote {
Expand Down

0 comments on commit 8c6ccdb

Please sign in to comment.