Skip to content

Commit

Permalink
Added more spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jason490 committed Nov 27, 2023
1 parent 7961d49 commit 534344a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Submitty/Twig/TokenParser/MarkdownTokenParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public function testConstructor()
*/
public function testMarkdownPrepareBehavior()
{
$body = " #Title\n\n paragraph\n\n code";
$bodyPrepared = "#Title\n\nparagraph\n\n code";
$body = " # Title\n\n paragraph\n\n code";
$bodyPrepared = "# Title\n\nparagraph\n\n code";

ob_start();
echo $body;
Expand Down

0 comments on commit 534344a

Please sign in to comment.