Fix for Ruby 1.8.7

Added a test to catch the case better
This commit is contained in:
Jeff Beck
2011-08-29 12:20:36 -05:00
parent 3dd06de711
commit 5c93120502
3 changed files with 11 additions and 2 deletions

9
test/fixtures/hello-var.gsp vendored Normal file
View File

@@ -0,0 +1,9 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Testing with SiteMesh and ${example}</title>
</head>
<body>
</body>
</html>