Regex broken for strings including 'z'
Closed this issue · 1 comments
ashsam925 commented
Invalid regex is generated when a string including z is typed into the typeahead input. Should be a one-character fix by adding a ]
here, in the characterMap entry for z
.
ashsam925 commented
Just realized there's a PR open for this already