From 77e5724a36c60f1f8318cd68cf1551a7892bfae7 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