paradigmatic / Configrity

Simple, immutable and flexible configuration library for scala.
Other
132 stars 19 forks source link

Tweaked Regex to fix Issue #25. #26

Open nmarshall23 opened 10 years ago

nmarshall23 commented 10 years ago

I have made a few changes to the StandardFormat regex. Most of these changes are updates so that it passes tests. I also added a few in regard to testing values with double quotes.

The test in ConfigurationSpec, "format values containing empty spaces correctly" shows that #25 is closed. I'm not sure that I like having to use quad quotes, to set values that need double quoting.