diff options
author | Fabrizio Riguzzi <fabrizio.riguzzi@unife.it> | 2022-02-20 13:20:18 +0100 |
---|---|---|
committer | Fabrizio Riguzzi <fabrizio.riguzzi@unife.it> | 2022-02-20 13:20:18 +0100 |
commit | 61c78d1effec9b4e80c434320d772eee37a002a0 (patch) | |
tree | 1aa99967ee66eb31e033d63d4b77278e74da2a25 /tests/examplefiles/java/badcase.java.output | |
parent | c9bd789dbb397792f5adf912f8599175066724e9 (diff) | |
parent | 4b8738a825bef845e66ce57d4ca204b584afda08 (diff) | |
download | pygments-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.output | 13 |
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 |