We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25c31d commit d64df43Copy full SHA for d64df43
1 file changed
thoth-api/src/markup/ast.rs
@@ -2068,7 +2068,10 @@ mod tests {
2068
]);
2069
2070
let jats = ast_to_jats(&ast);
2071
- assert_eq!(jats, "<p><bold>Bo<ld</bold> & <italic>ita>lic</italic></p>");
+ assert_eq!(
2072
+ jats,
2073
+ "<p><bold>Bo<ld</bold> & <italic>ita>lic</italic></p>"
2074
+ );
2075
assert!(!jats.contains("<bold>"));
2076
}
2077
0 commit comments