diff options
Diffstat (limited to 'scintilla/test/examples/x.asp')
-rw-r--r-- | scintilla/test/examples/x.asp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scintilla/test/examples/x.asp b/scintilla/test/examples/x.asp new file mode 100644 index 0000000..ff7c66f --- /dev/null +++ b/scintilla/test/examples/x.asp @@ -0,0 +1,12 @@ +<%@language=javas%>
+<%
+#include
+function x() {
+}
+%>
+<%@language=vbscript%>
+<%
+sub x 'comment
+%>
+<head>
+<body></body>
|