mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
|
---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
|