You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/11/14 18:13:34 UTC

[jira] [Commented] (SLING-4167) The Sightly implementation should provide support for escaped expressions

    [ https://issues.apache.org/jira/browse/SLING-4167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14212489#comment-14212489 ] 

ASF GitHub Bot commented on SLING-4167:
---------------------------------------

GitHub user raducotescu opened a pull request:

    https://github.com/apache/sling/pull/37

    SLING-4167 - The Sightly implementation should provide support for escaped expressions

    The commit added the following changes:
    
    * 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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/raducotescu/sling trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sling/pull/37.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #37
    
----
commit fcd1974d92b2ad78622995b56fc97f75406515be
Author: Radu Cotescu <ra...@apache.org>
Date:   2014-11-14T17:07:46Z

    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

----


> The Sightly implementation should provide support for escaped expressions
> -------------------------------------------------------------------------
>
>                 Key: SLING-4167
>                 URL: https://issues.apache.org/jira/browse/SLING-4167
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting
>            Reporter: Radu Cotescu
>
> The Sightly specification \[0\] defines a way to escape Sightly expressions. Currently the Sightly implementation from Sling misses this feature.
> \[0\] - https://github.com/Adobe-Marketing-Cloud/sightly-spec/blob/master/SPECIFICATION.md#111-grammar



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)