Skip to content

Commit 63410ea

Browse files
committed
test: Fix Test Case
On Linux, it adds this CRLF. So keep it
1 parent 23a0dc0 commit 63410ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/webfiori/test/ui/LoadTemplateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public function test09() {
146146
$compiler = new TemplateCompiler('template.html');
147147
$this->assertEquals("<div v-if=\"someVar <= 6 || someVar >= 8 || someVar === 6\">\r\n"
148148
. " <script>\r\n"
149+
. " \r\n"
149150
. " function allIsGood() {\r\n"
150151
. " if (a > 6) {\r\n"
151152
. " alert(\"Oh. A is > 6 but probably < 100.\");\r\n"

0 commit comments

Comments
 (0)