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