mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Marko v3: Fixed tests
This commit is contained in:
parent
6d366ab1ee
commit
3667d81eb3
@ -15,7 +15,7 @@ module.exports = function(builder) {
|
||||
html('data.name'),
|
||||
text(literal('!')),
|
||||
ifStatement(
|
||||
functionCall('notEmpty', 'data.colors'),
|
||||
functionCall('notEmpty', ['data.colors']),
|
||||
[
|
||||
htmlElement('ul',
|
||||
[
|
||||
|
||||
@ -23,7 +23,7 @@ module.exports = function(builder) {
|
||||
html('data.name'),
|
||||
text(literal('!')),
|
||||
ifStatement(
|
||||
functionCall('notEmpty', 'data.colors'),
|
||||
functionCall('notEmpty', ['data.colors']),
|
||||
[
|
||||
|
||||
htmlElement(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user