We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a0dc0 commit 63410eaCopy full SHA for 63410ea
tests/webfiori/test/ui/LoadTemplateTest.php
@@ -146,6 +146,7 @@ public function test09() {
146
$compiler = new TemplateCompiler('template.html');
147
$this->assertEquals("<div v-if=\"someVar <= 6 || someVar >= 8 || someVar === 6\">\r\n"
148
. " <script>\r\n"
149
+ . " \r\n"
150
. " function allIsGood() {\r\n"
151
. " if (a > 6) {\r\n"
152
. " alert(\"Oh. A is > 6 but probably < 100.\");\r\n"
0 commit comments