Adding support to detect the difference between a Grails gsp and a Gosu gsp.

This commit is contained in:
Jeff Beck
2011-08-29 11:27:40 -05:00
parent 5b9b46116b
commit 3dd06de711
6 changed files with 64 additions and 0 deletions

16
test/fixtures/hello-pagedirective.gsp vendored Normal file
View File

@@ -0,0 +1,16 @@
<%@ page contentType="text/html;charset=UTF-8" %>
<html>
<head>
<title>Using page directive tag</title>
</head>
<body>
<div class="center">
<a href="#" alt="Download" id="downloadButton">Download</a>
</div>
<div class="center">
<a href="#" alt="Print" id="printButton">Print</a>
</div>
</body>
</html>