mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Adding support to detect the difference between a Grails gsp and a Gosu gsp.
This commit is contained in:
10
test/fixtures/bar.gsp
vendored
Normal file
10
test/fixtures/bar.gsp
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Testing with SiteMesh and Resources</title>
|
||||
<meta name="layout" content="blankMain"/>
|
||||
<r:require module="style"/>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
16
test/fixtures/hello-pagedirective.gsp
vendored
Normal file
16
test/fixtures/hello-pagedirective.gsp
vendored
Normal 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>
|
||||
|
||||
9
test/fixtures/hello-resources.gsp
vendored
Normal file
9
test/fixtures/hello-resources.gsp
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Testing with Resources</title>
|
||||
<r:require module="style"/>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user