case/when

This commit is contained in:
harttle
2016-06-15 14:55:00 +08:00
parent 611882ae10
commit d5ecce9c8b
12 changed files with 98 additions and 41 deletions
+2 -1
View File
@@ -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',