diff options
Diffstat (limited to 'tests/test_loop')
-rw-r--r-- | tests/test_loop/.gitignore | 3 | ||||
-rw-r--r-- | tests/test_loop/code.php | 5 | ||||
-rw-r--r-- | tests/test_loop/test.tpl | 3 | ||||
-rw-r--r-- | tests/test_loop/want | 11 |
4 files changed, 0 insertions, 22 deletions
diff --git a/tests/test_loop/.gitignore b/tests/test_loop/.gitignore deleted file mode 100644 index de2a41b..0000000 --- a/tests/test_loop/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -have -*.ast -*.transc.php diff --git a/tests/test_loop/code.php b/tests/test_loop/code.php deleted file mode 100644 index 25e7f00..0000000 --- a/tests/test_loop/code.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - -function test_func($ste) -{ -} diff --git a/tests/test_loop/test.tpl b/tests/test_loop/test.tpl deleted file mode 100644 index 399f05a..0000000 --- a/tests/test_loop/test.tpl +++ /dev/null @@ -1,3 +0,0 @@ -<ste:for start="10" stop="0" step="-1" counter="i"> -$i -</ste:for>
\ No newline at end of file diff --git a/tests/test_loop/want b/tests/test_loop/want deleted file mode 100644 index 30b148d..0000000 --- a/tests/test_loop/want +++ /dev/null @@ -1,11 +0,0 @@ -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 -0 |