From 499b2b6fe459855bbd9f17983cd566d6908471c2 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Thu, 18 Aug 2022 16:55:36 +0200 Subject: [PATCH] fixed annotation test --- tests/GenericBlocksTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/GenericBlocksTest.php b/tests/GenericBlocksTest.php index 03114ba..57e673a 100644 --- a/tests/GenericBlocksTest.php +++ b/tests/GenericBlocksTest.php @@ -53,7 +53,7 @@ this is an annotated paragraph {.classA, .classB} "; $target = "

- this is an annotated paragraph {.classA, .classB} + this is an annotated paragraph

";