summaryrefslogtreecommitdiffstats
path: root/tests/snippets/vbscript/test_names.txt
blob: 404844f07a339c86eb74f8e00ac327fbe93cf4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---input---
thingy
thingy123
_thingy
_123

---tokens---
'thingy'      Name
'\n'          Text.Whitespace

'thingy123'   Name
'\n'          Text.Whitespace

'_thingy'     Name
'\n'          Text.Whitespace

'_123'        Name
'\n'          Text.Whitespace