This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.testing-content-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git
commit 027700ffdd798b937c016e17cec80accd22b76b3 Author: Felix Meschberger <[email protected]> AuthorDate: Wed Nov 19 09:16:44 2014 +0000 SLING-4167 - The Sightly implementation should provide support for escaped expressions * defined escaped expressions in the lexer * defined escaped expressions as text fragments in the parser * updated TCK version from Adobe to use the new escaped expressions tests * added a resource for the new tests in the testing-content module This closes #40 (Applying patch provided by Radu Cotescu, Thanks alot) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/sightly/testing-content@1640507 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- src/main/resources/SLING-INF/sightlytck.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a401d3..5a774fd 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ <artifactItem> <groupId>io.sightly</groupId> <artifactId>io.sightly.tck</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> <type>jar</type> <outputDirectory>${project.build.directory}/sightlytck/</outputDirectory> <includes>**/*.html,**/*.js,**/*.java</includes> diff --git a/src/main/resources/SLING-INF/sightlytck.json b/src/main/resources/SLING-INF/sightlytck.json index 01dfb90..d1bb41d 100644 --- a/src/main/resources/SLING-INF/sightlytck.json +++ b/src/main/resources/SLING-INF/sightlytck.json @@ -21,6 +21,10 @@ "xss" : { "jcr:primaryType": "nt:unstructured", "sling:resourceType": "/sightlytck/scripts/exprlang/xss" + }, + "escapedexpr": { + "jcr:primaryType": "nt:unstructured", + "sling:resourceType": "/sightlytck/scripts/exprlang/escapedexpr" } }, "blockstatements": { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
