[ 
https://issues.jenkins-ci.org/browse/JENKINS-12855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159433#comment-159433
 ] 

emanuelez commented on JENKINS-12855:
-------------------------------------

and we of cours want it to stay a < instead
                
> Unnecessary character escapes in Groovy views script
> ----------------------------------------------------
>
>                 Key: JENKINS-12855
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12855
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>    Affects Versions: current
>            Reporter: emanuelez
>              Labels: groovy, views
>
> in a groovy view somthing like:
> script("""
> for(i = 0; i < 10; i++)
> """)
> will be converted to:
> for(i = 0; i &lt; 10; i++)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to