From 2642c1da70d5f1e26fda2cfee0deb2fa88b43b71 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 12 May 2009 23:39:51 +0000 Subject: Include tests in standard repository. --- test/examples/x.asp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/examples/x.asp (limited to 'test/examples/x.asp') diff --git a/test/examples/x.asp b/test/examples/x.asp new file mode 100644 index 000000000..a78acdc34 --- /dev/null +++ b/test/examples/x.asp @@ -0,0 +1,12 @@ +<%@language=javas%> +<% +#include +function x() { +} +%> +<%@language=vbscript%> +<% +sub x 'comment +%> + + -- cgit v1.2.3