tartrazine/spec/tests/promela/if.txt

39 lines
739 B
Plaintext
Raw Permalink Normal View History

2024-08-03 10:36:47 +00:00
---input---
init {
2024-08-26 23:18:28 +00:00
if
2024-08-03 10:36:47 +00:00
:: skip;
fi;
skip
}
---tokens---
'init' Keyword.Declaration
' ' Text.Whitespace
'{' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'if' Keyword
' ' Text.Whitespace
'\n' Text.Whitespace
' ' Text.Whitespace
':' Operator
':' Operator
' ' Text.Whitespace
'skip' Keyword
';' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'fi' Keyword
';' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'skip' Keyword
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace