From 320853d7e46f96bd60acbfb23fc74b58104098c1 Mon Sep 17 00:00:00 2001 From: Sebastian Engel Date: Sat, 2 Oct 2021 12:23:26 +0200 Subject: Fix #1237 cpp whitespace token usage expanded (#1904) * Fix #1237 cpp whitespace token usage expanded * Adapt tests change to 3eff56f5 --- tests/examplefiles/cpp/example.cpp.output | 8 ++++---- tests/examplefiles/cpp/functions.cpp.output | 2 +- tests/examplefiles/cpp/namespace.cpp.output | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/examplefiles/cpp') 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 -- cgit v1.2.1