tartrazine/tests/coffeescript/test_beware_infinite_loop.txt

15 lines
288 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
# 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