From 75522b867b15b9a400275cfec9a2ead4ff535473 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 12 Jul 2022 13:00:53 +0200 Subject: Add initial support for lists --- tests/attention.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/attention.rs') 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 *"), - "

* a *

", + micromark("* a *"), + "

* a *

", "should not support emphasis unicode whitespace either" ); -- cgit