Imported test cases from pygments

This commit is contained in:
2024-08-03 07:36:47 -03:00
parent c9df4be879
commit 99e1e2b0cb
692 changed files with 37403 additions and 0 deletions

View File

@ -0,0 +1,62 @@
---input---
do
else
elseif
endif
enduntil
fi
if
ithen
kthen
od
then
until
while
return
rireturn
---tokens---
'do' Keyword
'\n' Text.Whitespace
'else' Keyword
'\n' Text.Whitespace
'elseif' Keyword
'\n' Text.Whitespace
'endif' Keyword
'\n' Text.Whitespace
'enduntil' Keyword
'\n' Text.Whitespace
'fi' Keyword
'\n' Text.Whitespace
'if' Keyword
'\n' Text.Whitespace
'ithen' Keyword
'\n' Text.Whitespace
'kthen' Keyword
'\n' Text.Whitespace
'od' Keyword
'\n' Text.Whitespace
'then' Keyword
'\n' Text.Whitespace
'until' Keyword
'\n' Text.Whitespace
'while' Keyword
'\n' Text.Whitespace
'return' Keyword.Pseudo
'\n' Text.Whitespace
'rireturn' Keyword.Pseudo
'\n' Text.Whitespace