Commit Graph

8 Commits

Author SHA1 Message Date
Matthias Beyer 1b8838bf1f use lazy_static so we do not compile regex multiple times 2016-02-20 21:10:22 +01:00
Matthias Beyer e3daf7c853 tests: Allow quotes in keys 2016-01-29 23:11:42 +01:00
Matthias Beyer db38713977 Adapt test: single quoted 2016-01-29 23:11:42 +01:00
Matthias Beyer 448c69891e Reimplement IntoKeyValue for String
* Double quotes should not be in the result
* Regex allows quotes in strings now
2016-01-29 23:11:42 +01:00
Matthias Beyer e86403978d Add getter for key/value 2016-01-20 18:05:09 +01:00
Matthias Beyer 78e104706f Adapt tests 2016-01-20 10:42:40 +01:00
Matthias Beyer 2c5d61c456 Split String->key-value with types 2016-01-20 10:42:34 +01:00
Matthias Beyer 77204c8e22 Add key-value-splitter helper 2016-01-20 09:42:48 +01:00