You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Results in res1 equaling "bar bar". However res2 equals bar bar, that is a string that doesn't contain double quotes. What is happening is that while loading Configrity strips off the double quotes.
I think that to be consistent Configrity should keep the double quotes.
The text was updated successfully, but these errors were encountered:
Yes, I should rewrite the basic formats to be more precise about quotation rules (see issue #24 for instance). The problem is that I won't have much time until november, and that I am not a parser/regex specialist. So unfortunately I won't be able to fix this problem next week without help...
nmarshall23
added a commit
to nmarshall23/Configrity
that referenced
this issue
Oct 21, 2013
Let me demonstrate.
Results in
res1
equaling"bar bar"
. Howeverres2
equalsbar bar
, that is a string that doesn't contain double quotes. What is happening is that while loading Configrity strips off the double quotes.I think that to be consistent Configrity should keep the double quotes.
The text was updated successfully, but these errors were encountered: