Uploaded image for project: 'Commons Configuration'
  1. Commons Configuration
  2. CONFIGURATION-601

honor values that are string literals

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.9
    • None
    • Interpolation
    • None

    Description

      Parsing the following file, does not honor keys that are string literals such as:

      some_key = "hi there, would you like to (play with me)"

      yields:
      key: some_key
      val: "hi there

      rather than the expected result of:
      key: some_key
      val: "hi there, would you like to (play with me)"

      Attachments

        Activity

          People

            Unassigned Unassigned
            kalensk Kalen Krempely
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: