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/nodejsrepl/nodejsrepl_test.nodejsrepl.output
2022-01-06 18:34:29 +01:00

121 lines
2.9 KiB
Text
Generated

'' Text
'// Node.js REPL Session' Comment.Single
'\n' Text.Whitespace
'>' Generic.Prompt
' ' Text.Whitespace
'let' Keyword.Declaration
' ' Text.Whitespace
'a' Name.Other
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'3' Literal.Number.Float
'\n' Text.Whitespace
'undefined' Keyword.Constant
'\n' Text.Whitespace
'>' Generic.Prompt
' ' Text.Whitespace
'a' Name.Other
'\n' Text.Whitespace
'3' Literal.Number.Float
'\n' Text.Whitespace
'>' Generic.Prompt
' ' Text.Whitespace
'let' Keyword.Declaration
' ' Text.Whitespace
'b' Name.Other
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
"'4'" Literal.String.Single
'\n' Text.Whitespace
'undefined' Keyword.Constant
'\n' Text.Whitespace
'>' Generic.Prompt
' ' Text.Whitespace
'b' Name.Other
'\n' Text.Whitespace
"'4'" Literal.String.Single
'\n' Text.Whitespace
'>' Generic.Prompt
' ' Text.Whitespace
'b' Name.Other
' ' Text.Whitespace
'==' Operator
' ' Text.Whitespace
'a' Name.Other
'\n' Text.Whitespace
'false' Keyword.Constant
'\n' Text.Whitespace
'>' Generic.Prompt
' ' Text.Whitespace
'b' Name.Other
' ' Text.Whitespace
'===' Operator
' ' Text.Whitespace
'a' Name.Other
'\n' Text.Whitespace
'false' Keyword.Constant
'\n' Text.Whitespace
'>' Generic.Prompt
' ' Text.Whitespace
'if' Keyword
'(' Punctuation
'a' Name.Other
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n' Text.Whitespace
'...' Generic.Prompt
' ' Text.Whitespace
'console' Name.Other
'.' Punctuation
'log' Name.Other
'(' Punctuation
'a' Name.Other
')' Punctuation
'\n' Text.Whitespace
'...' Generic.Prompt
' ' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
'3' Literal.Number.Float
'\n' Text.Whitespace
'undefined' Keyword.Constant
'\n' Text.Whitespace
'>' Generic.Prompt
' ' Text.Whitespace
'c' Name.Other
'\n' Text.Whitespace
'Uncaught' Name.Other
' ' Text.Whitespace
'ReferenceError' Name.Exception
':' Operator
' ' Text.Whitespace
'c' Name.Other
' ' Text.Whitespace
'is' Name.Other
' ' Text.Whitespace
'not' Name.Other
' ' Text.Whitespace
'defined' Name.Other
'\n' Text.Whitespace