summaryrefslogtreecommitdiff
path: root/tests/examplefiles/redcode
diff options
context:
space:
mode:
authorSebastian Engel <dev@sebastianengel.eu>2021-11-14 18:28:43 +0100
committerSebastian Engel <dev@sebastianengel.eu>2021-11-14 18:32:52 +0100
commita394ebdfb9000713a9dcaa0417272db975278fb2 (patch)
treee43d4d3c73232db350f2bd4a0787c12a34a2d9fe /tests/examplefiles/redcode
parentf6dec4d821ea2c1eca3afd8368539d671e734cbf (diff)
downloadpygments-git-a394ebdfb9000713a9dcaa0417272db975278fb2.tar.gz
Modernize Whitespace token in lexer: esoteric
Diffstat (limited to 'tests/examplefiles/redcode')
-rw-r--r--tests/examplefiles/redcode/dwarf.cw.output70
1 files changed, 35 insertions, 35 deletions
diff --git a/tests/examplefiles/redcode/dwarf.cw.output b/tests/examplefiles/redcode/dwarf.cw.output
index c9d4f17f..5f531f73 100644
--- a/tests/examplefiles/redcode/dwarf.cw.output
+++ b/tests/examplefiles/redcode/dwarf.cw.output
@@ -1,94 +1,94 @@
';redcode' Comment.Single
-'\n' Text
+'\n' Text.Whitespace
';name Dwarf' Comment.Single
-'\n' Text
+'\n' Text.Whitespace
';author A. K. Dewdney' Comment.Single
-'\n' Text
+'\n' Text.Whitespace
';version 94.1' Comment.Single
-'\n' Text
+'\n' Text.Whitespace
';date April 29, 1993' Comment.Single
-'\n' Text
+'\n' Text.Whitespace
';strategy Bombs every fourth instruction.' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'ORG' Name.Function
-' ' Text
+' ' Text.Whitespace
'start' Name
-' ' Text
+' ' Text.Whitespace
'; Indicates the instruction with' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'; the label "start" should be the' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'; first to execute.' Comment.Single
-'\n' Text
+'\n' Text.Whitespace
'step' Name
-' ' Text
+' ' Text.Whitespace
'EQU' Name.Function
-' ' Text
+' ' Text.Whitespace
'4' Literal.Number.Integer
-' ' Text
+' ' Text.Whitespace
'; Replaces all occurrences of "step"' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'; with the character "4".' Comment.Single
-'\n' Text
+'\n' Text.Whitespace
'target' Name
-' ' Text
+' ' Text.Whitespace
'DAT' Name.Function
'.' Punctuation
'F' Name.Decorator
-' ' Text
+' ' Text.Whitespace
'#' Operator
'0' Literal.Number.Integer
',' Punctuation
-' ' Text
+' ' Text.Whitespace
'#' Operator
'0' Literal.Number.Integer
-' ' Text
+' ' Text.Whitespace
'; Pointer to target instruction.' Comment.Single
-'\n' Text
+'\n' Text.Whitespace
'start' Name
-' ' Text
+' ' Text.Whitespace
'ADD' Name.Function
'.' Punctuation
'AB' Name.Decorator
-' ' Text
+' ' Text.Whitespace
'#' Operator
'step' Name
',' Punctuation
-' ' Text
+' ' Text.Whitespace
'target' Name
-' ' Text
+' ' Text.Whitespace
'; Increments pointer by step.' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'MOV' Name.Function
'.' Punctuation
'AB' Name.Decorator
-' ' Text
+' ' Text.Whitespace
'#' Operator
'0' Literal.Number.Integer
',' Punctuation
-' ' Text
+' ' Text.Whitespace
'@' Operator
'target' Name
-' ' Text
+' ' Text.Whitespace
'; Bombs target instruction.' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'JMP' Name.Function
'.' Punctuation
'A' Name.Decorator
-' ' Text
+' ' Text.Whitespace
'start' Name
-' ' Text
+' ' Text.Whitespace
'; Same as JMP.A -2. Loops back to' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'; the instruction labelled "start".' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'END' Name.Function
-'\n' Text
+'\n' Text.Whitespace