From 39307e24e99e15ea770f6f6437b2cc151a57bc5e Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Thu, 18 Aug 2022 16:30:39 +0200 Subject: [PATCH] fixed test for codeblocks they now respect the new format for highlight annotations --- tests/CodeBlocksTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CodeBlocksTest.php b/tests/CodeBlocksTest.php index a2aaad5..797648f 100644 --- a/tests/CodeBlocksTest.php +++ b/tests/CodeBlocksTest.php @@ -31,8 +31,8 @@ final class CodeBlocksTest extends TestCase { ``` "; $target = " -
-	
+
+	
 		public function testLanguageAnnotationParsesCorrectly() : bool {
 			return true;
 		}