Minor refactoring/formatting fixes

This commit is contained in:
Juno Takano 2026-01-03 16:01:56 -03:00
commit f9bff6acab
3 changed files with 8 additions and 8 deletions

View file

@ -73,7 +73,8 @@ mod tests {
#[test]
fn render_anchor() {
let anchor = Anchor::new("AnchorText", "AnchorDest", true, false, false);
let anchor =
Anchor::new("AnchorText", "AnchorDest", true, false, false);
assert_eq!(
anchor.render(),
r#"<a href="/node/AnchorDest">AnchorText</a>"#