Skip to content

Commit 534344a

Browse files
committed
Added more spaces
1 parent 7961d49 commit 534344a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Submitty/Twig/TokenParser/MarkdownTokenParserTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ public function testConstructor()
3232
*/
3333
public function testMarkdownPrepareBehavior()
3434
{
35-
$body = " #Title\n\n paragraph\n\n code";
36-
$bodyPrepared = "#Title\n\nparagraph\n\n code";
35+
$body = " # Title\n\n paragraph\n\n code";
36+
$bodyPrepared = "# Title\n\nparagraph\n\n code";
3737

3838
ob_start();
3939
echo $body;

0 commit comments

Comments
 (0)