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/examplefiles/chai/example.chai.output
Oleh Prypin 6f43092173
Also add auto-updatable output-based tests to examplefiles (#1689)
Co-authored-by: Georg Brandl <georg@python.org>
2021-01-20 10:48:45 +01:00

101 lines
2.4 KiB
Text
Generated

'var' Keyword.Declaration
' ' Text
'f' Name.Other
' ' Text
'=' Operator
' ' Text
'fun' Keyword.Reserved
'(' Punctuation
'x' Name.Other
')' Punctuation
' ' Text
'{' Punctuation
' ' Text
'x' Name.Other
' ' Text
'+' Operator
' ' Text
'2' Literal.Number.Integer
';' Punctuation
' ' Text
'}' Punctuation
'\n' Text
'// comment\n' Comment.Single
'puts' Name.Other
'(' Punctuation
'someFunc' Name.Other
'(' Punctuation
'2' Literal.Number.Integer
' ' Text
'+' Operator
' ' Text
'2' Literal.Number.Integer
' ' Text
'-' Operator
' ' Text
'1' Literal.Number.Integer
' ' Text
'*' Operator
' ' Text
'5' Literal.Number.Integer
' ' Text
'/' Operator
' ' Text
'4' Literal.Number.Integer
')' Punctuation
')' Punctuation
';' Punctuation
'\n' Text
'var' Keyword.Declaration
' ' Text
'x' Name.Other
' ' Text
'=' Operator
' ' Text
'"' Literal.String.Double
'str' Literal.String.Double
'"' Literal.String.Double
';' Punctuation
'\n' Text
'def' Keyword.Reserved
' ' Text
'dosomething' Name.Other
'(' Punctuation
'lhs' Name.Other
',' Punctuation
' ' Text
'rhs' Name.Other
')' Punctuation
' ' Text
'{' Punctuation
' ' Text
'print' Name.Other
'(' Punctuation
'"' Literal.String.Double
'lhs: ' Literal.String.Double
'${lhs}' Literal.String.Interpol
', rhs: ' Literal.String.Double
'${rhs}' Literal.String.Interpol
'"' Literal.String.Double
')' Punctuation
';' Punctuation
' ' Text
'}' Punctuation
'\n' Text
'callfunc' Name.Other
'(' Punctuation
'`+`' Name.Builtin
',' Punctuation
' ' Text
'1' Literal.Number.Integer
',' Punctuation
' ' Text
'4' Literal.Number.Integer
')' Punctuation
';' Punctuation
'\n' Text