');
+ });
-// test('animate:fn', () => {
-// testHtmlPrinter('
{item}');
-// testHtmlPrinter('
{item}
');
-// });
+ test('style:property', () => {
+ testHtmlPrinter('
');
+ testHtmlPrinter('
');
+ testHtmlPrinter('
');
+ });
-// test('let:variable', () => {
-// testHtmlPrinter('
');
-// });
-// });
+ // test('use:action', () => {
+ // testHtmlPrinter('
');
+ // testHtmlPrinter('
');
+ // });
+
+ // test('transition:fn', () => {
+ // testHtmlPrinter('
');
+ // testHtmlPrinter('
');
+ // });
+
+ // test('in/out:fn', () => {
+ // testHtmlPrinter('
flies in, fades out
');
+ // testHtmlPrinter('
flies in, fades out
');
+ // });
+
+ // test('animate:fn', () => {
+ // testHtmlPrinter('
{item}');
+ // testHtmlPrinter('
{item}
');
+ // });
+
+ // test('let:variable', () => {
+ // testHtmlPrinter('
');
+ // });
+});
// describe('Template', () => {
// test('{#if ...}', () => {