mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-20 07:03:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
18
spec/unsupported_lexers/vbscript/test_names.txt
Normal file
18
spec/unsupported_lexers/vbscript/test_names.txt
Normal file
@ -0,0 +1,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
|
Reference in New Issue
Block a user