diff --git a/test/templates/test.def b/test/templates/test.def new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/test/templates/test.def @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/test/templates/test.dot b/test/templates/test.dot new file mode 100644 index 0000000..073e3a9 --- /dev/null +++ b/test/templates/test.dot @@ -0,0 +1,2 @@ +{{=it && it.data}} +{{#def.test}} \ No newline at end of file diff --git a/test/templates/test.jst b/test/templates/test.jst new file mode 100644 index 0000000..073e3a9 --- /dev/null +++ b/test/templates/test.jst @@ -0,0 +1,2 @@ +{{=it && it.data}} +{{#def.test}} \ No newline at end of file diff --git a/test/test.dot b/test/test.dot deleted file mode 100644 index 6fbf476..0000000 --- a/test/test.dot +++ /dev/null @@ -1 +0,0 @@ -{{=it && it.test}} \ No newline at end of file