Closed lez closed 7 months ago
The tag filtering code misses odd-length strings that contains only hex digits [0-9a-f]. This fix makes the condition for has_plain_values the inverse of the condition for has_hex_values.
has_plain_values
has_hex_values
Fixes #191
Merged, thank you!
The tag filtering code misses odd-length strings that contains only hex digits [0-9a-f]. This fix makes the condition for
has_plain_values
the inverse of the condition forhas_hex_values
.Fixes #191