Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-419

Error when parsing strings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • 1.0-beta-8
    • parser
    • None
    • JDK 1.4.2_03, Windows

    Description

      If I do this

      root = "c:
      ";

      I'm getting a weird error where the closing " is being escaped and I end up with the parser reading everything up to the next " that it finds.

      OTHO

      root = 'c:
      ';

      Works fine

      In the first case it doesn't matter how many backslashes I use I always seem to get the same result.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kevinj@develop.com Kevin Jones
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: