summaryrefslogtreecommitdiff
path: root/tests/test_pseudotags
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pseudotags')
-rw-r--r--tests/test_pseudotags/.gitignore3
-rw-r--r--tests/test_pseudotags/code.php5
-rw-r--r--tests/test_pseudotags/test.tpl2
-rw-r--r--tests/test_pseudotags/want1
4 files changed, 0 insertions, 11 deletions
diff --git a/tests/test_pseudotags/.gitignore b/tests/test_pseudotags/.gitignore
deleted file mode 100644
index de2a41b..0000000
--- a/tests/test_pseudotags/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-have
-*.ast
-*.transc.php
diff --git a/tests/test_pseudotags/code.php b/tests/test_pseudotags/code.php
deleted file mode 100644
index 25e7f00..0000000
--- a/tests/test_pseudotags/code.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-function test_func($ste)
-{
-}
diff --git a/tests/test_pseudotags/test.tpl b/tests/test_pseudotags/test.tpl
deleted file mode 100644
index 756be8a..0000000
--- a/tests/test_pseudotags/test.tpl
+++ /dev/null
@@ -1,2 +0,0 @@
-<ste:comment><ste:comment><ste:foo>Ignore $me<ste:rawtext>Foo</ste:rawtext></ste:comment>
-<ste:rawtext><ste:rawtext>$foo bar <ste:bla a="$b" /></ste:rawtext> \ No newline at end of file
diff --git a/tests/test_pseudotags/want b/tests/test_pseudotags/want
deleted file mode 100644
index 3aaffdc..0000000
--- a/tests/test_pseudotags/want
+++ /dev/null
@@ -1 +0,0 @@
-<ste:rawtext>$foo bar <ste:bla a="$b" />