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
I'm seeing an issue when using this along with the vscode extension where an error is reported in a regular expression string in the pattern statement when a double quote is used and escaped as per the yang RFC standards. The only way I can seem to fix this is adding two double-quotes instead of an escaped double-quote.
Example error:
Two double-quotes seems to fix this:
My understanding is a double-quote should be escaped, not two double-quotes to have it recognized.
The text was updated successfully, but these errors were encountered:
I'm seeing an issue when using this along with the vscode extension where an error is reported in a regular expression string in the pattern statement when a double quote is used and escaped as per the yang RFC standards. The only way I can seem to fix this is adding two double-quotes instead of an escaped double-quote.
Example error:
Two double-quotes seems to fix this:
My understanding is a double-quote should be escaped, not two double-quotes to have it recognized.
The text was updated successfully, but these errors were encountered: