1 2 3 4 5 6 7 8 9 10 11 12 13
---input--- echo ${a//[\"]/} ---tokens--- 'echo' Name.Builtin ' ' Text.Whitespace '${' Literal.String.Interpol 'a' Name.Variable '//[' Punctuation '\\"' Literal.String.Escape ']/' Punctuation '}' Literal.String.Interpol '\n' Text.Whitespace