aboutsummaryrefslogtreecommitdiffstats
path: root/tests/attention.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/attention.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/attention.rs b/tests/attention.rs
index 747bf08..1d30dd4 100644
--- a/tests/attention.rs
+++ b/tests/attention.rs
@@ -29,8 +29,8 @@ fn attention() {
);
assert_eq!(
- micromark("* a *"),
- "<p>* a *</p>",
+ micromark("* a *"),
+ "<p>* a *</p>",
"should not support emphasis unicode whitespace either"
);