Skip to content

Commit ec5a5e1

Browse files
committed
Fix newlines to work independently of Git configuration
1 parent 0270662 commit ec5a5e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/View/ViewPhpEngineTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ public function tearDown()
1414
public function testViewsMayBeProperlyRendered()
1515
{
1616
$engine = new PhpEngine;
17-
$this->assertEquals("Hello World\n", $engine->get(__DIR__.'/fixtures/basic.php'));
17+
$this->assertEquals("Hello World
18+
", $engine->get(__DIR__.'/fixtures/basic.php'));
1819
}
1920

2021
}

0 commit comments

Comments
 (0)