diff options
Diffstat (limited to 'tests/examplefiles/java/badcase.java.output')
-rw-r--r-- | tests/examplefiles/java/badcase.java.output | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/examplefiles/java/badcase.java.output b/tests/examplefiles/java/badcase.java.output new file mode 100644 index 00000000..c89e5c7f --- /dev/null +++ b/tests/examplefiles/java/badcase.java.output @@ -0,0 +1,15 @@ +'// this used to take ages\n' Comment.Single + +'void' Keyword.Type +' ' Text +'foo' Name.Function +'(' Punctuation +')' Punctuation +' ' Text +'throws' Keyword.Declaration +' ' Text +'xxxxxxxxxxxxxxxxxxxxxx' Name +'{' Punctuation +' ' Text +'}' Punctuation +'\n' Text |