Bjoern Petri created CELIX-94:
---------------------------------
Summary: extend properties support for escaping equals sign
Key: CELIX-94
URL: https://issues.apache.org/jira/browse/CELIX-94
Project: Celix
Issue Type: Improvement
Reporter: Bjoern Petri
Priority: Minor
I would like to be able to have equal signs, within properties which I want to
load via the properties_load function.
Therefore, I changed the code, so that equals sign in the key itself can be
expressed by "a\=b=c". Internally the key will be a=b (so I get rid of the
escape sign).
See code/test case of attached patch.
--
This message was sent by Atlassian JIRA
(v6.1#6144)