Skip to content

Fix reading fingerprint from keyword-arguments.

paz requested to merge paz/keyword-subscribe-fingerprint-match into master

Previously the regexp would match "false" (because "fa" are valid characters in a fingerprint) and thus invalidate the fingerprint and "steal" the next argument. Now the regexp requires that the whole sub-string be valid characters.

Closes #323 (closed)

Merge request reports