From b214f38d2c24a890ce36512a0c8bab965e27a508 Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Tue, 23 Sep 2014 22:34:14 +0800 Subject: README --- .../Blocks/syntax/tests/cases/013_html_script.html | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Code/Blocks/syntax/tests/cases/013_html_script.html (limited to 'Code/Blocks/syntax/tests/cases/013_html_script.html') diff --git a/Code/Blocks/syntax/tests/cases/013_html_script.html b/Code/Blocks/syntax/tests/cases/013_html_script.html new file mode 100644 index 0000000..c0a1201 --- /dev/null +++ b/Code/Blocks/syntax/tests/cases/013_html_script.html @@ -0,0 +1,34 @@ +
+<hello>
+	<%
+		package free.cafekiwi.gotapi;
+	%>
+</hello>
+
+
+<%= print(); %>
+
+ + \ No newline at end of file -- cgit v1.2.3