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
In the new hand-written scanner/parser, the scanner is correctly handling escaped quotes in quoted sequences -- ensuring that they don't prematurely terminate the string token -- but the parser is missing the rule to replace an escaped quote with a literal quote.
Ahh... I had a feeling something had changed somewhere else that had made this behavior different, since I didn't recall seeing this escaped quote handling in the old parser. Glad to see that there's a corresponding HCL change that explains that. 😀
In the new hand-written scanner/parser, the scanner is correctly handling escaped quotes in quoted sequences -- ensuring that they don't prematurely terminate the string token -- but the parser is missing the rule to replace an escaped quote with a literal quote.
This was reported in hashicorp/terraform#10236 .
The text was updated successfully, but these errors were encountered: