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/rbcon/irb_heredoc.output
2022-12-04 15:36:16 +01:00

24 lines
561 B
Text
Generated

'irb(main):001:0> ' Generic.Prompt
'puts' Name.Builtin
' ' Text.Whitespace
'<<' Operator
'XYZ' Literal.String.Delimiter
'\n' Text.Whitespace
'irb(main):002:0" ' Generic.Prompt
'a\n' Literal.String.Heredoc
'irb(main):003:0" ' Generic.Prompt
'b\n' Literal.String.Heredoc
'irb(main):004:0" ' Generic.Prompt
'XYZ\n' Literal.String.Delimiter
'a\n' Generic.Output
'b\n' Generic.Output
'=> nil\n' Generic.Output
'irb(main):005:0> ' Generic.Prompt
'\n' Text.Whitespace