mirror of https://github.com/grafana/loki
Put unescaped regexes in a raw string literal (#10331)
[This PR](https://github.com/grafana/loki/pull/10277) fixed an issue where regexes were being escaped multiple times and causing otherwise valid queries to fail our length check. It put the resulting regexes in double quotes which meant that any regexes that _needed_ escaping were now invalid. This PR make is so the unescaped regex is put in a raw string literal so any extra escaping in unnecessary.pull/10201/head
parent
4bd5e617c3
commit
12221f43b5
Loading…
Reference in new issue