Skip to content

Fix issue #44 by prepending a brace before the key

Andreas Naumann requested to merge issue_44 into master

We look for former keys by searching the key in the full library. This fix prepends a brace to the key to prevent matches of keys, which end with the new key.

Merge request reports