diff --git a/testdata/mmark.test b/testdata/mmark.test
index 406ea75..2731069 100644
--- a/testdata/mmark.test
+++ b/testdata/mmark.test
@@ -56,21 +56,21 @@ Quote: Shakespeare.
+++
Test Citations
-
+[RFC1034]
+++
# Test Multiple Citations
[@RFC1034; @!RFC1035]
+++
Test Multiple Citations
-
+[RFC1034][RFC1035]
+++
# Test Multiple Citations with modifier
[@-RFC1034] [@?RFC1035]
+++
Test Multiple Citations with modifier
-
+[RFC1034] [RFC1035]
+++
{.myclass1 .myclass2}
~~~