mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
20 lines
497 B
Plaintext
20 lines
497 B
Plaintext
---input---
|
|
str.gsub(%r{\\\\}, "/")
|
|
|
|
---tokens---
|
|
'str' Name
|
|
'.' Operator
|
|
'gsub' Name
|
|
'(' Punctuation
|
|
'%r{' Literal.String.Regex
|
|
'\\\\' Literal.String.Regex
|
|
'\\\\' Literal.String.Regex
|
|
'}' Literal.String.Regex
|
|
',' Punctuation
|
|
' ' Text.Whitespace
|
|
'"' Literal.String.Double
|
|
'/' Literal.String.Double
|
|
'"' Literal.String.Double
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|