fixed test for codeblocks

they now respect the new format for highlight annotations
master
Michael Ochmann 3 years ago
parent 08ea243729
commit 39307e24e9
  1. 4
      tests/CodeBlocksTest.php

@ -31,8 +31,8 @@ final class CodeBlocksTest extends TestCase {
```
";
$target = "
<pre data-lang=\"php\">
<code>
<pre data-lang=\"php\" class=\"language-php\">
<code data-lang=\"php\" class=\"language-php\">
public function testLanguageAnnotationParsesCorrectly() : bool {
return true;
}

Loading…
Cancel
Save