ddclient/t
Richard Hansen 6d7d248f79 Improve parsing of config file assignments
* Ignore empty `key=value` strings in variable assignments. Now the
    following lines are supported with the expected meaning:
      * `a=1 , b=2`
      * `a=1,,b=2`
  * Improve the warning message when there is an unterminated quote.
  * Add a warning if the line ends with a backslash.

Also add unit tests.
2020-07-03 16:56:01 -04:00
..
parse_assignments.pl Improve parsing of config file assignments 2020-07-03 16:56:01 -04:00
version.pl.in Add a test for unexpected warnings 2020-06-30 00:40:26 -04:00