Christoph Leiter created WICKET-4760:
----------------------------------------

             Summary: JavaScriptStripper fails with single line comments
                 Key: WICKET-4760
                 URL: https://issues.apache.org/jira/browse/WICKET-4760
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.0.0, 1.5.8
            Reporter: Christoph Leiter


The valid input
x++ //
x++

gets transformed to
x++ x++

which is syntactically invalid. This breaks the unminified version of bootstrap 
2.1.1.

The problem doesn't occur with multiline comments because the linebreaks are 
preserved there.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to