Skip to content
Snippets Groups Projects
Commit 86ddf35b authored by John Wright's avatar John Wright
Browse files

Allow ':' as the first character of a value

The regular expression that matched keys was too loose, so things like

  Foo: : bar

would get parsed as

  {'Foo:': 'bar'}

instead of the correct value (which is also returned by both apt_pkg and
the email package),

  {'Foo': ': bar'}

Closes: #597249
parent 803f7900
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment