mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-18 17:29:37 +00:00
Imported test cases from pygments
This commit is contained in:
18
tests/vbscript/test_names.txt
Normal file
18
tests/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