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/zephir/test.zep.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

159 lines
3.6 KiB
Text
Generated

'namespace' Keyword
' ' Text
'Test' Name.Other
';' Punctuation
'\n\n' Text
'use' Keyword
' ' Text
'Test\\Foo' Name.Other
';' Punctuation
'\n\n' Text
'class' Keyword.Reserved
' ' Text
'Bar' Name.Other
'\n' Text
'{' Punctuation
'\n ' Text
'protected' Keyword.Reserved
' ' Text
'a' Name.Other
';' Punctuation
'\n ' Text
'private' Keyword.Reserved
' ' Text
'b' Name.Other
';' Punctuation
'\n ' Text
'public' Keyword.Reserved
' ' Text
'c' Name.Other
' ' Text
'{' Punctuation
'set' Name.Other
',' Punctuation
' ' Text
'get' Name.Other
'}' Punctuation
';' Punctuation
'\n\n ' Text
'public' Keyword.Reserved
' ' Text
'function' Keyword.Declaration
' ' Text
'__construct' Name.Other
'(' Punctuation
'string' Keyword.Reserved
' ' Text
'str' Name.Other
',' Punctuation
' ' Text
'boolean' Keyword.Reserved
' ' Text
'bool' Keyword.Reserved
')' Punctuation
'\n ' Text
'{' Punctuation
'\n ' Text
'let' Keyword.Declaration
' ' Text
'this' Keyword
'->' Operator
'c' Name.Other
' ' Text
'=' Operator
' ' Text
'str' Name.Other
';' Punctuation
'\n ' Text
'this' Keyword
'->' Operator
'setC' Name.Other
'(' Punctuation
'bool' Keyword.Reserved
')' Punctuation
';' Punctuation
'\n ' Text
'let' Keyword.Declaration
' ' Text
'this' Keyword
'->' Operator
'b' Name.Other
' ' Text
'=' Operator
' ' Text
'[' Punctuation
']' Punctuation
';' Punctuation
'\n ' Text
'}' Punctuation
'\n\n ' Text
'public' Keyword.Reserved
' ' Text
'function' Keyword.Declaration
' ' Text
'sayHello' Name.Other
'(' Punctuation
'string' Keyword.Reserved
' ' Text
'name' Name.Other
')' Punctuation
'\n ' Text
'{' Punctuation
'\n ' Text
'echo' Keyword
' ' Text
'"Hello "' Literal.String.Double
' ' Text
'.' Punctuation
' ' Text
'name' Name.Other
';' Punctuation
'\n ' Text
'}' Punctuation
'\n\n ' Text
'protected' Keyword.Reserved
' ' Text
'function' Keyword.Declaration
' ' Text
'loops' Name.Other
'(' Punctuation
')' Punctuation
'\n ' Text
'{' Punctuation
'\n ' Text
'for' Keyword
' ' Text
'a' Name.Other
' ' Text
'in' Keyword
' ' Text
'b' Name.Other
' ' Text
'{' Punctuation
'\n ' Text
'echo' Keyword
' ' Text
'a' Name.Other
';' Punctuation
'\n ' Text
'}' Punctuation
'\n ' Text
'loop' Keyword
' ' Text
'{' Punctuation
'\n ' Text
'return' Keyword
' ' Text
'"boo!"' Literal.String.Double
';' Punctuation
'\n ' Text
'}' Punctuation
'\n ' Text
'}' Punctuation
'\n\n' Text
'}' Punctuation
'\n' Text