diff options
| author | Oleh Prypin <oleh@pryp.in> | 2021-01-20 10:48:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 10:48:45 +0100 |
| commit | 6f4309217326430145564ae8b1bb393ea684f39f (patch) | |
| tree | bf4025a5e709426dc927c4afc4fd2286f8450ed9 /tests/examplefiles/java/example.java.output | |
| parent | f0445be718da83541ea3401aad882f3937147263 (diff) | |
| download | pygments-git-6f4309217326430145564ae8b1bb393ea684f39f.tar.gz | |
Also add auto-updatable output-based tests to examplefiles (#1689)
Co-authored-by: Georg Brandl <georg@python.org>
Diffstat (limited to 'tests/examplefiles/java/example.java.output')
| -rw-r--r-- | tests/examplefiles/java/example.java.output | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/tests/examplefiles/java/example.java.output b/tests/examplefiles/java/example.java.output new file mode 100644 index 00000000..11ae51ae --- /dev/null +++ b/tests/examplefiles/java/example.java.output @@ -0,0 +1,97 @@ +'class' Keyword.Declaration +' ' Text +'_PostUnico$deClassá' Name.Class +'\n' Text + +'{' Punctuation +'void' Keyword.Type +' ' Text +'fo$o' Name.Function +'(' Punctuation +')' Punctuation +' ' Text +'{' Punctuation +'}' Punctuation +'\n' Text + +'\n' Text + +' ' Text +'void' Keyword.Type +' ' Text +'PostUnicodeFunctioná' Name.Function +'(' Punctuation +')' Punctuation +' ' Text +'{' Punctuation +'\n' Text + +' ' Text +'láb$el' Name +':' Punctuation +'\n' Text + +' ' Text +'break' Keyword +' ' Text +'láb$el' Name +';' Punctuation +'\n' Text + +' ' Text +'\n' Text + +' ' Text +'}' Punctuation +'\n' Text + +'}' Punctuation +'\n' Text + +'\n' Text + +'class' Keyword.Declaration +' ' Text +'áPreUnicode$Class' Name.Class +'\n' Text + +'{' Punctuation +'\n' Text + +' ' Text +'public' Keyword.Declaration +'\u2008' Text +'int' Keyword.Type +' ' Text +'$foo' Name +';' Punctuation +'\n' Text + +' ' Text +'public' Keyword.Declaration +' ' Text +'int' Keyword.Type +' ' Text +'á$foo' Name +';' Punctuation +'\n' Text + +' ' Text +'_PostUnico$deClassá' Name +' ' Text +'áPreUnicodeFunction' Name.Function +'(' Punctuation +')' Punctuation +' ' Text +'{' Punctuation +' ' Text +'return' Keyword +' ' Text +'null' Keyword.Constant +';' Punctuation +' ' Text +'}' Punctuation +'\n' Text + +'}' Punctuation +'\n' Text |
