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)