diff options
| author | Sebastian Engel <dev@sebastianengel.eu> | 2022-01-01 22:04:05 +0100 |
|---|---|---|
| committer | Sebastian Engel <dev@sebastianengel.eu> | 2022-01-06 18:34:29 +0100 |
| commit | 94bfef5079e527af0858672af5ef6d66470d9042 (patch) | |
| tree | d35a1fc1cac55809d63efea201654a6563139708 /tests/examplefiles/nodejsrepl | |
| parent | b2ca2b92cb9b6656d0f1271bf6191a97fa4f4fac (diff) | |
| download | pygments-git-94bfef5079e527af0858672af5ef6d66470d9042.tar.gz | |
Ws token remaining javascript lexers
Diffstat (limited to 'tests/examplefiles/nodejsrepl')
| -rw-r--r-- | tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output b/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output index c9b286ff..d3feb6f2 100644 --- a/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output +++ b/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output @@ -2,7 +2,8 @@ '// Node.js REPL Session' Comment.Single '\n' Text.Whitespace -'> ' Generic.Prompt +'>' Generic.Prompt +' ' Text.Whitespace 'let' Keyword.Declaration ' ' Text.Whitespace 'a' Name.Other @@ -15,14 +16,16 @@ 'undefined' Keyword.Constant '\n' Text.Whitespace -'> ' Generic.Prompt +'>' Generic.Prompt +' ' Text.Whitespace 'a' Name.Other '\n' Text.Whitespace '3' Literal.Number.Float '\n' Text.Whitespace -'> ' Generic.Prompt +'>' Generic.Prompt +' ' Text.Whitespace 'let' Keyword.Declaration ' ' Text.Whitespace 'b' Name.Other @@ -35,14 +38,16 @@ 'undefined' Keyword.Constant '\n' Text.Whitespace -'> ' Generic.Prompt +'>' Generic.Prompt +' ' Text.Whitespace 'b' Name.Other '\n' Text.Whitespace "'4'" Literal.String.Single '\n' Text.Whitespace -'> ' Generic.Prompt +'>' Generic.Prompt +' ' Text.Whitespace 'b' Name.Other ' ' Text.Whitespace '==' Operator @@ -53,7 +58,8 @@ 'false' Keyword.Constant '\n' Text.Whitespace -'> ' Generic.Prompt +'>' Generic.Prompt +' ' Text.Whitespace 'b' Name.Other ' ' Text.Whitespace '===' Operator @@ -64,7 +70,8 @@ 'false' Keyword.Constant '\n' Text.Whitespace -'> ' Generic.Prompt +'>' Generic.Prompt +' ' Text.Whitespace 'if' Keyword '(' Punctuation 'a' Name.Other @@ -94,7 +101,8 @@ 'undefined' Keyword.Constant '\n' Text.Whitespace -'> ' Generic.Prompt +'>' Generic.Prompt +' ' Text.Whitespace 'c' Name.Other '\n' Text.Whitespace |
