diff options
author | Sebastian Engel <dev@sebastianengel.eu> | 2022-01-01 20:23:31 +0100 |
---|---|---|
committer | Sebastian Engel <dev@sebastianengel.eu> | 2022-01-06 18:21:32 +0100 |
commit | 0660dfd627879f46e5077417641bf646aa298111 (patch) | |
tree | 1d5a3ae844085672f6f2f1d81c7c7ac8801723f2 /tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output | |
parent | 88efc38bed60006222b3f1c11aca33fc2c07af18 (diff) | |
download | pygments-git-0660dfd627879f46e5077417641bf646aa298111.tar.gz |
Modernize Whitespace token in lexer javascript
Diffstat (limited to 'tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output')
-rw-r--r-- | tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output | 77 |
1 files changed, 39 insertions, 38 deletions
diff --git a/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output b/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output index 3e9ae5c0..c9b286ff 100644 --- a/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output +++ b/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output @@ -1,112 +1,113 @@ '' Text -'// Node.js REPL Session\n' Comment.Single +'// Node.js REPL Session' Comment.Single +'\n' Text.Whitespace '> ' Generic.Prompt 'let' Keyword.Declaration -' ' Text +' ' Text.Whitespace 'a' Name.Other -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace '3' Literal.Number.Float -'\n' Text +'\n' Text.Whitespace 'undefined' Keyword.Constant -'\n' Text +'\n' Text.Whitespace '> ' Generic.Prompt 'a' Name.Other -'\n' Text +'\n' Text.Whitespace '3' Literal.Number.Float -'\n' Text +'\n' Text.Whitespace '> ' Generic.Prompt 'let' Keyword.Declaration -' ' Text +' ' Text.Whitespace 'b' Name.Other -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace "'4'" Literal.String.Single -'\n' Text +'\n' Text.Whitespace 'undefined' Keyword.Constant -'\n' Text +'\n' Text.Whitespace '> ' Generic.Prompt 'b' Name.Other -'\n' Text +'\n' Text.Whitespace "'4'" Literal.String.Single -'\n' Text +'\n' Text.Whitespace '> ' Generic.Prompt 'b' Name.Other -' ' Text +' ' Text.Whitespace '==' Operator -' ' Text +' ' Text.Whitespace 'a' Name.Other -'\n' Text +'\n' Text.Whitespace 'false' Keyword.Constant -'\n' Text +'\n' Text.Whitespace '> ' Generic.Prompt 'b' Name.Other -' ' Text +' ' Text.Whitespace '===' Operator -' ' Text +' ' Text.Whitespace 'a' Name.Other -'\n' Text +'\n' Text.Whitespace 'false' Keyword.Constant -'\n' Text +'\n' Text.Whitespace '> ' Generic.Prompt 'if' Keyword '(' Punctuation 'a' Name.Other ')' Punctuation -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n' Text +'\n' Text.Whitespace '...' Generic.Prompt -' ' Text +' ' Text.Whitespace 'console' Name.Other '.' Punctuation 'log' Name.Other '(' Punctuation 'a' Name.Other ')' Punctuation -'\n' Text +'\n' Text.Whitespace '...' Generic.Prompt -' ' Text +' ' Text.Whitespace '}' Punctuation -'\n' Text +'\n' Text.Whitespace '3' Literal.Number.Float -'\n' Text +'\n' Text.Whitespace 'undefined' Keyword.Constant -'\n' Text +'\n' Text.Whitespace '> ' Generic.Prompt 'c' Name.Other -'\n' Text +'\n' Text.Whitespace 'Uncaught' Name.Other -' ' Text +' ' Text.Whitespace 'ReferenceError' Name.Exception ':' Operator -' ' Text +' ' Text.Whitespace 'c' Name.Other -' ' Text +' ' Text.Whitespace 'is' Name.Other -' ' Text +' ' Text.Whitespace 'not' Name.Other -' ' Text +' ' Text.Whitespace 'defined' Name.Other -'\n' Text +'\n' Text.Whitespace |