summaryrefslogtreecommitdiffstats
path: root/tests/snippets/crystal/test_constant_and_module.txt
blob: f8d33ff3a70a6941baef39459c8b3e4d04e6ca52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---input---
HTTP
HTTP::Server.new

---tokens---
'HTTP'        Name.Constant
'\n'          Text.Whitespace

'HTTP'        Name
'::'          Operator
'Server'      Name
'.'           Operator
'new'         Name
'\n'          Text.Whitespace