summaryrefslogtreecommitdiff
path: root/tests/examplefiles/java/badcase.java.output
diff options
context:
space:
mode:
authorFabrizio Riguzzi <fabrizio.riguzzi@unife.it>2022-02-20 13:20:18 +0100
committerFabrizio Riguzzi <fabrizio.riguzzi@unife.it>2022-02-20 13:20:18 +0100
commit61c78d1effec9b4e80c434320d772eee37a002a0 (patch)
tree1aa99967ee66eb31e033d63d4b77278e74da2a25 /tests/examplefiles/java/badcase.java.output
parentc9bd789dbb397792f5adf912f8599175066724e9 (diff)
parent4b8738a825bef845e66ce57d4ca204b584afda08 (diff)
downloadpygments-git-61c78d1effec9b4e80c434320d772eee37a002a0.tar.gz
Merge branch 'master' of github.com:pygments/pygments
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