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:
20
spec/tests/idris/test_compiler_directive.txt
Normal file
20
spec/tests/idris/test_compiler_directive.txt
Normal file
@ -0,0 +1,20 @@
|
||||
---input---
|
||||
%link C "object.o"
|
||||
%name Vect xs
|
||||
|
||||
---tokens---
|
||||
'%link' Keyword.Reserved
|
||||
' ' Text.Whitespace
|
||||
'C' Keyword.Type
|
||||
' ' Text.Whitespace
|
||||
'"' Literal.String
|
||||
'object.o' Literal.String
|
||||
'"' Literal.String
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'%name' Keyword.Reserved
|
||||
' ' Text.Whitespace
|
||||
'Vect' Keyword.Type
|
||||
' ' Text.Whitespace
|
||||
'xs' Text
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user