diff --git a/tests/AnnotationsTest.php b/tests/AnnotationsTest.php
index 953b15b..1b6d659 100644
--- a/tests/AnnotationsTest.php
+++ b/tests/AnnotationsTest.php
@@ -12,11 +12,11 @@ final class AnnotationsTest extends TestCase {
##### This is an H5 {.withAClass}
";
$target = "
-
This is an H1
- This is an H2
- This is an H3
- This is an H4
- This is an H5
+ This is an H1
+ This is an H2
+ This is an H3
+ This is an H4
+ This is an H5
";
[$source, $result] = createTest($source, $target);
diff --git a/tests/HeadingsTest.php b/tests/HeadingsTest.php
index 3091295..b750db6 100644
--- a/tests/HeadingsTest.php
+++ b/tests/HeadingsTest.php
@@ -8,7 +8,7 @@ final class HeadingsTest extends TestCase {
# This is an H1
";
$target = "
- This is an H1
+ This is an H1
";
[$source, $result] = createTest($source, $target);
@@ -20,7 +20,7 @@ final class HeadingsTest extends TestCase {
## This is an H2
";
$target = "
- This is an H2
+ This is an H2
";
[$source, $result] = createTest($source, $target);
@@ -32,7 +32,7 @@ final class HeadingsTest extends TestCase {
### This is an H3
";
$target = "
- This is an H3
+ This is an H3
";
[$source, $result] = createTest($source, $target);
@@ -44,7 +44,7 @@ final class HeadingsTest extends TestCase {
#### This is an H4
";
$target = "
- This is an H4
+ This is an H4
";
[$source, $result] = createTest($source, $target);
@@ -56,7 +56,7 @@ final class HeadingsTest extends TestCase {
##### This is an H5
";
$target = "
- This is an H5
+ This is an H5
";
[$source, $result] = createTest($source, $target);