Nikos Tsipinakis d6bd506669 Fix parsing of comments after a quoted string in the config
Quoted values can still have a trailing comment that we need to remove
before calling `add_value`. Otherwise, when trying to strip the quotes
from the value `string_strip_quotes` only looks at the end which
is inside the comment and so it won't find a matching end quote to
strip.

Fixes #626
2019-04-27 10:30:02 +03:00
..
2018-10-31 15:19:24 +01:00
2018-11-15 15:17:48 +01:00
2018-11-26 19:54:21 +01:00
2019-01-11 13:10:37 +01:00
2019-03-06 21:14:52 +01:00
2019-01-07 15:30:42 +01:00
2018-09-14 13:36:05 +02:00
2019-03-06 21:14:52 +01:00
2019-04-08 09:15:59 -05:00
2019-03-06 21:14:52 +01:00
2019-01-30 23:50:33 -08:00
2019-01-07 15:32:28 +01:00
2019-03-06 21:14:52 +01:00
2019-01-30 23:50:33 -08:00
2019-01-30 23:50:33 -08:00
2019-04-02 11:34:27 +03:00
2019-01-07 15:32:28 +01:00
2019-01-07 15:30:42 +01:00
2019-01-07 17:56:00 +01:00