TypeFox / yang-lsp

A Language Server for YANG
http://www.yang-central.org
Apache License 2.0
51 stars 13 forks source link

Handle double quoted patterns #247

Open esmasth opened 1 week ago

esmasth commented 1 week ago

This addresses TypeFox/yang-lsp#239

https://xerces.apache.org/xerces2-j/javadocs/xerces2/org/apache/xerces/impl/xpath/regex/RegularExpression.html used by yang-lsp expects W3C pattern which is single quoted, whereas YANG double quoted syntax includes escaped backslashes \\ which need to be unescaped before passing to W3C pattern regex handler.