Sign in
apache
/
grails-intellij-plugin
/
HEAD
/
.
/
plugin
/
testdata
/
grails
/
formatter
/
html
/
simple
/
sim2.test
blob: 642afe1f8b1aab1486b3e51c37d513f960b06e2e [
file
]
<html>
<%
while
(
true
)
{
%>
some_text
<%
foo
()
}
%>
</html>
-----
<html>
<%
while
(
true
)
{
%>
some_text
<%
foo
()
}
%>
</html>