diff options
| author | Sebastian Engel <dev@sebastianengel.eu> | 2021-10-09 10:33:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-09 10:33:00 +0200 |
| commit | b42c7239f02c918b25bbbd570d21270d7d6b4b3a (patch) | |
| tree | a54d8fad509e419d11fcee7a94d67a7766309447 /tests/examplefiles/gooddata-cl | |
| parent | a3f2ebd10405bfb260a9dcab05392607452dce8e (diff) | |
| download | pygments-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.output | 8 |
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 |
