You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Kalen Krempely (JIRA)" <ji...@apache.org> on 2015/05/13 00:22:59 UTC

[jira] [Created] (CONFIGURATION-601) honor values that are string literals

Kalen Krempely created CONFIGURATION-601:
--------------------------------------------

             Summary: honor values that are string literals
                 Key: CONFIGURATION-601
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-601
             Project: Commons Configuration
          Issue Type: Bug
          Components: Interpolation
    Affects Versions: 1.9
            Reporter: Kalen Krempely
            Priority: Minor


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)"






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