You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A YANG pattern "[a-zA-Z0-9!$%\\^()\\[\\]_\\-~{}.+]*" is flagged as type-error. As a second opinion CESNET/libyang yangre tool as well as mbj4668/pyang were used to check whether the regex is consistent, and it was found to be acceptable. Possibly need adjustment to regex handling in yang-lsp.
The text was updated successfully, but these errors were encountered:
Escaped backslashes `\\` within double quoted pattern arguments
need to be unescaped before using xerces RegularExpression()
This addresses TypeFox#239
Signed-off-by: Siddharth Sharma <[email protected]>
A YANG pattern
"[a-zA-Z0-9!$%\\^()\\[\\]_\\-~{}.+]*"
is flagged as type-error. As a second opinion CESNET/libyang yangre tool as well as mbj4668/pyang were used to check whether the regex is consistent, and it was found to be acceptable. Possibly need adjustment to regex handling in yang-lsp.The text was updated successfully, but these errors were encountered: