mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
# This demonstrates the case that "This isn't really guarding" comment
|
|
# refers to.
|
|
|
|
---input---
|
|
/a/x;
|
|
|
|
---tokens---
|
|
'' Text
|
|
'/' Operator
|
|
'a' Name.Other
|
|
'/' Operator
|
|
'x' Name.Other
|
|
';' Punctuation
|
|
'\n' Text.Whitespace
|