Skip to content

Commit d023a7b

Browse files
committed
tests(halycon): templates inject ## in their headers now
1 parent 420b41e commit d023a7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Halcyon/HalcyonModelTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function testCreatePage()
7777
$this->assertFileExists($targetFile);
7878

7979
$content = <<<ESC
80+
##
8081
title = "Test page"
8182
8283
[viewBag]
@@ -116,6 +117,7 @@ function onStart() { }
116117
$this->assertFileExists($targetFile);
117118

118119
$content = <<<ESC
120+
##
119121
title = "Test page"
120122
==
121123
function onStart() { }

0 commit comments

Comments
 (0)