[Console] Triple quote expansion on strings that should not be triple quoted #46113
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Console
Dev Tools Console Feature
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Kibana version:
7.3 (reproduced on pending 7.5)
Describe the bug:
Escaped quotes that should not be triple-quoted are.
Steps to reproduce:
In Console's editor when I use a string starting and ending with an escaped double quote:
auto-indents gives me here:
Which generates an error, as we now have something starting and ending with four quotes, which is interpreted as a string "triple, followed by an unexpected extra double quote.
Expected behavior:
"\"triple\""
should not be triple quote expanded.Additional Context
Originally reported here: #44729 (comment)
The text was updated successfully, but these errors were encountered: