Skip to content

search: preserve brackets in structural patterns

Administrator requested to merge rvt/parse-regexp-structural into main

Created by: rvantonder

An expression like :[~[a-z]] would erase the brackets that refer to a character class and be parsed as (a-z) instead of ([a-z])

Merge request reports

Loading