mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 14:43:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
15
spec/tests/coq/test_unicode.txt
Normal file
15
spec/tests/coq/test_unicode.txt
Normal file
@ -0,0 +1,15 @@
|
||||
---input---
|
||||
Check (α ≻ β).
|
||||
|
||||
---tokens---
|
||||
'Check' Keyword.Namespace
|
||||
' ' Text
|
||||
'(' Operator
|
||||
'α' Name
|
||||
' ' Text
|
||||
'≻' Name.Builtin.Pseudo
|
||||
' ' Text
|
||||
'β' Name
|
||||
')' Operator
|
||||
'.' Operator
|
||||
'\n' Text
|
Reference in New Issue
Block a user