summaryrefslogtreecommitdiff
path: root/tests/examplefiles/java/badcase.java.output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/java/badcase.java.output')
-rw-r--r--tests/examplefiles/java/badcase.java.output13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/examplefiles/java/badcase.java.output b/tests/examplefiles/java/badcase.java.output
index c89e5c7f..f48d488a 100644
--- a/tests/examplefiles/java/badcase.java.output
+++ b/tests/examplefiles/java/badcase.java.output
@@ -1,15 +1,16 @@
-'// this used to take ages\n' Comment.Single
+'// this used to take ages' Comment.Single
+'\n' Text.Whitespace
'void' Keyword.Type
-' ' Text
+' ' Text.Whitespace
'foo' Name.Function
'(' Punctuation
')' Punctuation
-' ' Text
+' ' Text.Whitespace
'throws' Keyword.Declaration
-' ' Text
+' ' Text.Whitespace
'xxxxxxxxxxxxxxxxxxxxxx' Name
'{' Punctuation
-' ' Text
+' ' Text.Whitespace
'}' Punctuation
-'\n' Text
+'\n' Text.Whitespace