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/matlab/test_single_line.txt
Normal file
18
tests/matlab/test_single_line.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
---input---
|
||||
set('T',300,'P',101325);
|
||||
|
||||
---tokens---
|
||||
'set' Name.Builtin
|
||||
'(' Punctuation
|
||||
"'" Literal.String
|
||||
"T'" Literal.String
|
||||
',' Punctuation
|
||||
'300' Literal.Number.Integer
|
||||
',' Punctuation
|
||||
"'" Literal.String
|
||||
"P'" Literal.String
|
||||
',' Punctuation
|
||||
'101325' Literal.Number.Integer
|
||||
')' Punctuation
|
||||
';' Punctuation
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user