diff options
author | Sebastian Engel <github@sebastianengel.eu> | 2021-10-02 12:23:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 12:23:26 +0200 |
commit | 320853d7e46f96bd60acbfb23fc74b58104098c1 (patch) | |
tree | da1d1767015a287bd5f7f7af295d70eb51c0ae39 /tests/examplefiles/cpp | |
parent | 25429f79528e9f7df67fa29c2ebbd914705a90ee (diff) | |
download | pygments-git-320853d7e46f96bd60acbfb23fc74b58104098c1.tar.gz |
Fix #1237 cpp whitespace token usage expanded (#1904)
* Fix #1237 cpp whitespace token usage expanded
* Adapt tests change to 3eff56f5
Diffstat (limited to 'tests/examplefiles/cpp')
-rw-r--r-- | tests/examplefiles/cpp/example.cpp.output | 8 | ||||
-rw-r--r-- | tests/examplefiles/cpp/functions.cpp.output | 2 | ||||
-rw-r--r-- | tests/examplefiles/cpp/namespace.cpp.output | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/tests/examplefiles/cpp/example.cpp.output b/tests/examplefiles/cpp/example.cpp.output index 3d662084..b82dd095 100644 --- a/tests/examplefiles/cpp/example.cpp.output +++ b/tests/examplefiles/cpp/example.cpp.output @@ -796,7 +796,7 @@ '\n' Text.Whitespace 'class' Keyword -' ' Text +' ' Text.Whitespace 'AnsiGenerator' Name.Class ' ' Text.Whitespace ':' Operator @@ -16253,7 +16253,7 @@ ' ' Text.Whitespace 'enum' Keyword -' ' Text +' ' Text.Whitespace 'BracketMode' Name.Class ' ' Text.Whitespace '{' Punctuation @@ -16275,7 +16275,7 @@ ' ' Text.Whitespace 'enum' Keyword -' ' Text +' ' Text.Whitespace 'BracketType' Name.Class ' ' Text.Whitespace '{' Punctuation @@ -16331,7 +16331,7 @@ ' ' Text.Whitespace 'class' Keyword -' ' Text +' ' Text.Whitespace 'ASBeautifier' Name.Class ' ' Text.Whitespace ':' Operator diff --git a/tests/examplefiles/cpp/functions.cpp.output b/tests/examplefiles/cpp/functions.cpp.output index 5b424bd8..64ab8fb7 100644 --- a/tests/examplefiles/cpp/functions.cpp.output +++ b/tests/examplefiles/cpp/functions.cpp.output @@ -1326,7 +1326,7 @@ '\n' Text.Whitespace 'class' Keyword -' ' Text +' ' Text.Whitespace 'raz' Name.Class ' ' Text.Whitespace '{' Punctuation diff --git a/tests/examplefiles/cpp/namespace.cpp.output b/tests/examplefiles/cpp/namespace.cpp.output index 03fd2378..080a59c4 100644 --- a/tests/examplefiles/cpp/namespace.cpp.output +++ b/tests/examplefiles/cpp/namespace.cpp.output @@ -97,7 +97,7 @@ '\n' Text.Whitespace 'class' Keyword -' ' Text +' ' Text.Whitespace 'QualifiedName' Name.Class ' ' Text.Whitespace '{' Punctuation |