mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 14:47:50 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
34
spec/unsupported_lexers/mips/deprecated_substrings.txt
Normal file
34
spec/unsupported_lexers/mips/deprecated_substrings.txt
Normal file
@ -0,0 +1,34 @@
|
||||
---input---
|
||||
beql
|
||||
bnel
|
||||
bgtzl
|
||||
bgezl
|
||||
bltzl
|
||||
blezl
|
||||
bltzall
|
||||
bgezall
|
||||
|
||||
---tokens---
|
||||
'beql' Keyword.Pseudo
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'bnel' Keyword.Pseudo
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'bgtzl' Keyword.Pseudo
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'bgezl' Keyword.Pseudo
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'bltzl' Keyword.Pseudo
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'blezl' Keyword.Pseudo
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'bltzall' Keyword.Pseudo
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'bgezall' Keyword.Pseudo
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user