Skip to content

search: fix colon pattern in structural hole

Administrator requested to merge rvt/fix-fix-colon into main

Created by: rvantonder

Minor fix: :[~:] should match a literal colon in structural search. But the regex converter translated this to (:\]) instead of (:).

Merge request reports

Loading