This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/ezhil/test_if_statement.txt
2022-12-04 16:06:01 +01:00

28 lines
707 B
Text

---input---
@( 0 > 3 ) ஆனால்
பதிப்பி "wont print"
முடி
---tokens---
'@' Operator
'(' Punctuation
' ' Text.Whitespace
'0' Literal.Number.Integer
' ' Text.Whitespace
'>' Operator
' ' Text.Whitespace
'3' Literal.Number.Integer
' ' Text.Whitespace
')' Punctuation
' ' Text.Whitespace
'ஆனால்' Keyword
'\n' Text.Whitespace
' ' Text.Whitespace
'பதிப்பி' Keyword
' ' Text.Whitespace
'"wont print"' Literal.String
'\n' Text.Whitespace
'முடி' Keyword
'\n' Text.Whitespace