mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-06 16:17:53 +00:00
Reorganize tests into a real spec suite
This commit is contained in:
12
spec/unsupported_lexers/janet/par_arr_lit-simple.txt
Normal file
12
spec/unsupported_lexers/janet/par_arr_lit-simple.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
---input---
|
||||
@(:hello :there :friend)
|
||||
|
||||
---tokens---
|
||||
'@(' Punctuation
|
||||
':hello' Name.Constant
|
||||
' ' Text.Whitespace
|
||||
':there' Name.Constant
|
||||
' ' Text.Whitespace
|
||||
':friend' Name.Constant
|
||||
')' Punctuation
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user