mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 22:57:50 -03:00
Imported test cases from pygments
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
---input---
|
||||
i32.store offset=0xdeadbeef align=0x1
|
||||
|
||||
---tokens---
|
||||
'i32.store' Name.Builtin
|
||||
' ' Text
|
||||
'offset' Keyword
|
||||
'=' Operator
|
||||
'0xdeadbeef' Literal.Number.Hex
|
||||
' ' Text
|
||||
'align' Keyword
|
||||
'=' Operator
|
||||
'0x1' Literal.Number.Hex
|
||||
'\n' Text
|
Reference in New Issue
Block a user