This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from fa1e14756d Merge pull request #16095 from
codeconsole/feature/mongodb-embedded-8.0.x
add daaa4048b0 Support escaping a GSP expression with a backslash
new 4431eced56 Merge pull request #16144 from
codeconsole/feature/gsp-escaped-dollar-8.0.x
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../theWebLayer/gsp/GSPBasics/expressions.adoc | 12 +++++
grails-gsp/core/build.gradle | 1 +
.../org/grails/gsp/compiler/GroovyPageParser.java | 3 ++
.../org/grails/gsp/compiler/GroovyPageScanner.java | 13 ++++-
.../gsp/GroovyPagesTemplateEngineTests.groovy | 58 ++++++++++++++++++++++
.../org/grails/gsp/GspCompileStaticSpec.groovy | 9 ++++
.../groovy/org/grails/gsp/compiler/ScanTests.java | 33 ++++++++++++
7 files changed, 128 insertions(+), 1 deletion(-)