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/example.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/example.java.output')
-rw-r--r-- | tests/examplefiles/java/example.java.output | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/tests/examplefiles/java/example.java.output b/tests/examplefiles/java/example.java.output index 11ae51ae..66b30513 100644 --- a/tests/examplefiles/java/example.java.output +++ b/tests/examplefiles/java/example.java.output @@ -1,97 +1,97 @@ 'class' Keyword.Declaration ' ' Text '_PostUnico$deClassá' Name.Class -'\n' Text +'\n' Text.Whitespace '{' Punctuation 'void' Keyword.Type -' ' Text +' ' Text.Whitespace 'fo$o' Name.Function '(' Punctuation ')' Punctuation -' ' Text +' ' Text.Whitespace '{' Punctuation '}' Punctuation -'\n' Text +'\n' Text.Whitespace -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace 'void' Keyword.Type -' ' Text +' ' Text.Whitespace 'PostUnicodeFunctioná' Name.Function '(' Punctuation ')' Punctuation -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace 'láb$el' Name ':' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace 'break' Keyword -' ' Text +' ' Text.Whitespace 'láb$el' Name ';' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text -'\n' Text +' ' Text.Whitespace +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace '}' Punctuation -'\n' Text +'\n' Text.Whitespace '}' Punctuation -'\n' Text +'\n' Text.Whitespace -'\n' Text +'\n' Text.Whitespace 'class' Keyword.Declaration ' ' Text 'áPreUnicode$Class' Name.Class -'\n' Text +'\n' Text.Whitespace '{' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace 'public' Keyword.Declaration -'\u2008' Text +'\u2008' Text.Whitespace 'int' Keyword.Type -' ' Text +' ' Text.Whitespace '$foo' Name ';' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace 'public' Keyword.Declaration -' ' Text +' ' Text.Whitespace 'int' Keyword.Type -' ' Text +' ' Text.Whitespace 'á$foo' Name ';' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace '_PostUnico$deClassá' Name -' ' Text +' ' Text.Whitespace 'áPreUnicodeFunction' Name.Function '(' Punctuation ')' Punctuation -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace 'return' Keyword -' ' Text +' ' Text.Whitespace 'null' Keyword.Constant ';' Punctuation -' ' Text +' ' Text.Whitespace '}' Punctuation -'\n' Text +'\n' Text.Whitespace '}' Punctuation -'\n' Text +'\n' Text.Whitespace |