We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
What did you do?
When an label contains double quotes, the double quotes are not escaped in the UI:
What did you expect to see?
The label label_with_quotes is shown as label_with_quotes=""Hello""" instead of label_with_quotes="\"Hello\"\"".
label_with_quotes
label_with_quotes=""Hello"""
label_with_quotes="\"Hello\"\""