summaryrefslogtreecommitdiff
path: root/tests/examplefiles/gooddata-cl
diff options
context:
space:
mode:
authorSebastian Engel <dev@sebastianengel.eu>2021-10-09 10:33:00 +0200
committerGitHub <noreply@github.com>2021-10-09 10:33:00 +0200
commitb42c7239f02c918b25bbbd570d21270d7d6b4b3a (patch)
treea54d8fad509e419d11fcee7a94d67a7766309447 /tests/examplefiles/gooddata-cl
parenta3f2ebd10405bfb260a9dcab05392607452dce8e (diff)
downloadpygments-git-b42c7239f02c918b25bbbd570d21270d7d6b4b3a.tar.gz
Modernize Whitespace token - regarding #1905 (#1911)
* Diff lexer - match whitespace * Make lexer - whitespace token set * Actionscript lexer - whitespace token * Bare lexer - whitespace token * Business(cobol) lexers - whitespace token
Diffstat (limited to 'tests/examplefiles/gooddata-cl')
-rw-r--r--tests/examplefiles/gooddata-cl/test.gdc.output8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/examplefiles/gooddata-cl/test.gdc.output b/tests/examplefiles/gooddata-cl/test.gdc.output
index 8c1f6443..bc06876c 100644
--- a/tests/examplefiles/gooddata-cl/test.gdc.output
+++ b/tests/examplefiles/gooddata-cl/test.gdc.output
@@ -26,18 +26,18 @@
'examples/quotes/quotes.csv' Literal.String
'"' Literal.String
',' Punctuation
-'\n' Text
+'\n' Text.Whitespace
-'\t' Text
+'\t' Text.Whitespace
'header' Name.Variable
'=' Operator
'"' Literal.String
'true' Literal.String
'"' Literal.String
',' Punctuation
-'\n' Text
+'\n' Text.Whitespace
-'\t' Text
+'\t' Text.Whitespace
'configFile' Name.Variable
'=' Operator
'"' Literal.String