summaryrefslogtreecommitdiff
path: root/tests/snippets/coffeescript/test_mixed_slashes.txt
blob: 7577b665eec9c706ab09e4e7f1dddd187b1611d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---input---
a?/foo/:1/2;

---tokens---
'a'           Name.Other
'?'           Operator
'/foo/'       Literal.String.Regex
':'           Operator
'1'           Literal.Number.Integer
'/'           Operator
'2'           Literal.Number.Integer
';'           Punctuation
'\n'          Text