Skip to content

Commit

Permalink
test: Fix Test Case
Browse files Browse the repository at this point in the history
On Linux, it adds this CRLF. So keep it
  • Loading branch information
usernane committed Jul 3, 2024
1 parent 23a0dc0 commit 63410ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/webfiori/test/ui/LoadTemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public function test09() {
$compiler = new TemplateCompiler('template.html');
$this->assertEquals("<div v-if=\"someVar <= 6 || someVar >= 8 || someVar === 6\">\r\n"
. " <script>\r\n"
. " \r\n"
. " function allIsGood() {\r\n"
. " if (a > 6) {\r\n"
. " alert(\"Oh. A is > 6 but probably < 100.\");\r\n"
Expand Down

0 comments on commit 63410ea

Please sign in to comment.