diff options
Diffstat (limited to 'tests/test_blocks')
-rw-r--r-- | tests/test_blocks/.gitignore | 3 | ||||
-rw-r--r-- | tests/test_blocks/code.php | 5 | ||||
-rw-r--r-- | tests/test_blocks/master.tpl | 3 | ||||
-rw-r--r-- | tests/test_blocks/test.tpl | 2 | ||||
-rw-r--r-- | tests/test_blocks/want | 3 |
5 files changed, 0 insertions, 16 deletions
diff --git a/tests/test_blocks/.gitignore b/tests/test_blocks/.gitignore deleted file mode 100644 index de2a41b..0000000 --- a/tests/test_blocks/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -have -*.ast -*.transc.php diff --git a/tests/test_blocks/code.php b/tests/test_blocks/code.php deleted file mode 100644 index 25e7f00..0000000 --- a/tests/test_blocks/code.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - -function test_func($ste) -{ -} diff --git a/tests/test_blocks/master.tpl b/tests/test_blocks/master.tpl deleted file mode 100644 index a9608bd..0000000 --- a/tests/test_blocks/master.tpl +++ /dev/null @@ -1,3 +0,0 @@ -Foo -<ste:block name="blk1">Bar</ste:block> -<ste:block name="blk2">Baz</ste:block>
\ No newline at end of file diff --git a/tests/test_blocks/test.tpl b/tests/test_blocks/test.tpl deleted file mode 100644 index 44c6891..0000000 --- a/tests/test_blocks/test.tpl +++ /dev/null @@ -1,2 +0,0 @@ -<ste:load name="master.tpl" /> -<ste:block name="blk1">Replaced</ste:block>
\ No newline at end of file diff --git a/tests/test_blocks/want b/tests/test_blocks/want deleted file mode 100644 index 640cfef..0000000 --- a/tests/test_blocks/want +++ /dev/null @@ -1,3 +0,0 @@ -Foo -Replaced -Baz |