aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.asp
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples/x.asp')
-rw-r--r--test/examples/x.asp12
1 files changed, 12 insertions, 0 deletions
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
+%>
+<head>
+<body></body>