fixed annotation test

pull/2/head
Michael Ochmann 3 years ago
parent 8408d735dc
commit 499b2b6fe4
  1. 2
      tests/GenericBlocksTest.php

@ -53,7 +53,7 @@ this is an annotated paragraph {.classA, .classB}
";
$target = "
<p class=\"classA classB\">
this is an annotated paragraph {.classA, .classB}
this is an annotated paragraph
</p>
";

Loading…
Cancel
Save