diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2022-02-20 12:04:48 +0100 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2022-02-20 12:04:48 +0100 |
commit | 99b269363510ae9825a95409bfee6dc03c83770a (patch) | |
tree | e2ed608a0db141642c195be97aff602bf2c54fc5 /tests/examplefiles/java/example.java.output | |
parent | 9f96c9a0f8db4e1acefdbbf5a750a4bbca247f97 (diff) | |
parent | 88cfd9a867a045a8c987945a51e8dbb18c900540 (diff) | |
download | pygments-git-99b269363510ae9825a95409bfee6dc03c83770a.tar.gz |
Merge branch 'blu-base-lexers_ijkl'
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 |