diff --git a/src/markup/engine/__tests__/remarkup/quoted-code-block.txt b/src/markup/engine/__tests__/remarkup/quoted-code-block.txt --- a/src/markup/engine/__tests__/remarkup/quoted-code-block.txt +++ b/src/markup/engine/__tests__/remarkup/quoted-code-block.txt @@ -7,8 +7,8 @@ ~~~~~~~~~~

This should be a code block:

-
<?php
-$foo = 'bar';
+
<?php
+$foo = 'bar';
~~~~~~~~~~ > This should be a code block: diff --git a/src/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.expect b/src/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.expect --- a/src/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.expect +++ b/src/markup/syntax/highlighter/__tests__/xhpast/builtin-classname.expect @@ -1,5 +1,5 @@ -<?php - +<?php + class C { public function f() { D::X; diff --git a/src/markup/syntax/highlighter/__tests__/xhpast/multiline-token.expect b/src/markup/syntax/highlighter/__tests__/xhpast/multiline-token.expect --- a/src/markup/syntax/highlighter/__tests__/xhpast/multiline-token.expect +++ b/src/markup/syntax/highlighter/__tests__/xhpast/multiline-token.expect @@ -1,5 +1,5 @@ -<?php - +<?php + /* this comment extends across multiple lines */ diff --git a/src/markup/syntax/highlighter/__tests__/xhpast/trailing-comment.expect b/src/markup/syntax/highlighter/__tests__/xhpast/trailing-comment.expect --- a/src/markup/syntax/highlighter/__tests__/xhpast/trailing-comment.expect +++ b/src/markup/syntax/highlighter/__tests__/xhpast/trailing-comment.expect @@ -1,2 +1,2 @@ -<?php -// xyz \ No newline at end of file +<?php +// xyz \ No newline at end of file