mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 05:10:40 -07:00
case/when
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@ describe('render', function() {
|
||||
});
|
||||
tagToken = {
|
||||
type: 'tag',
|
||||
value: 'foo bar:x foo:"FOO" num:2.3'
|
||||
value: 'foo bar:x foo:"FOO" num:2.3',
|
||||
name: 'foo'
|
||||
};
|
||||
htmlToken = {
|
||||
type: 'html',
|
||||
|
||||
Reference in New Issue
Block a user