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:
37
spec/tests/promela/ltl.txt
Normal file
37
spec/tests/promela/ltl.txt
Normal file
@ -0,0 +1,37 @@
|
||||
---input---
|
||||
ltl alwayserr { [] ((statusa == err) || (statusb == err)) }
|
||||
|
||||
---tokens---
|
||||
'ltl' Keyword.Declaration
|
||||
' ' Text.Whitespace
|
||||
'alwayserr' Name
|
||||
' ' Text.Whitespace
|
||||
'{' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'[]' Operator
|
||||
' ' Text.Whitespace
|
||||
'(' Punctuation
|
||||
'(' Punctuation
|
||||
'statusa' Name
|
||||
' ' Text.Whitespace
|
||||
'=' Operator
|
||||
'=' Operator
|
||||
' ' Text.Whitespace
|
||||
'err' Name
|
||||
')' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'|' Operator
|
||||
'|' Operator
|
||||
' ' Text.Whitespace
|
||||
'(' Punctuation
|
||||
'statusb' Name
|
||||
' ' Text.Whitespace
|
||||
'=' Operator
|
||||
'=' Operator
|
||||
' ' Text.Whitespace
|
||||
'err' Name
|
||||
')' Punctuation
|
||||
')' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'}' Punctuation
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user