Added tests for Objective-J mode.
[ohcount] / test / expected_dir / jsp1.jsp
1 html    code    <html> 
2 html    code            <head> 
3 html    code            <title>JSP page</title> 
4 html    code            </head> 
5 html    code            <body> 
6 java    code                    <%@ page language="java" %> 
7 java    code                    <% out.println("Hello World"); %> 
8 java    comment                 <% // comment 
9 java    comment                 /*
10 java    comment                  * more comment
11 java    comment                  */
12 html    code                    %>
13 html    code            </body> 
14 html    code    </html>