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/python/linecontinuation.py.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/python/linecontinuation.py.output')
| -rw-r--r-- | tests/examplefiles/python/linecontinuation.py.output | 189 |
1 files changed, 189 insertions, 0 deletions
diff --git a/tests/examplefiles/python/linecontinuation.py.output b/tests/examplefiles/python/linecontinuation.py.output new file mode 100644 index 00000000..78680c3e --- /dev/null +++ b/tests/examplefiles/python/linecontinuation.py.output @@ -0,0 +1,189 @@ +'apple' Name +'.' Operator +'filter' Name +'(' Punctuation +'x' Name +',' Punctuation +' ' Text +'y' Name +')' Punctuation +'\n' Text + +'apple' Name +'.' Operator +'\\\n' Text + +' ' Text +'filter' Name.Builtin +'(' Punctuation +'x' Name +',' Punctuation +' ' Text +'y' Name +')' Punctuation +'\n' Text + +'\n' Text + +'1' Literal.Number.Integer +' ' Text +'\\\n' Text + +' ' Text +'.' Operator +' ' Text +'\\\n' Text + +' ' Text +'__str__' Name.Function.Magic +'\n' Text + +'\n' Text + +'from' Keyword.Namespace +' ' Text +'os' Name.Namespace +' ' Text +'import' Keyword.Namespace +' ' Text +'path' Name +'\n' Text + +'from' Keyword.Namespace +' \\\n ' Text +'os' Name.Namespace +' ' Text +'\\\n' Text + +' ' Text +'import' Keyword.Namespace +' \\\n ' Text +'path' Name.Namespace +'\n' Text + +'\n' Text + +'import' Keyword.Namespace +' ' Text +'os' Name.Namespace +'.' Name.Namespace +'path' Name.Namespace +' ' Text +'as' Keyword +' ' Text +'something' Name.Namespace +'\n' Text + +'\n' Text + +'import' Keyword.Namespace +' \\\n ' Text +'os' Name.Namespace +'.' Name.Namespace +'path' Name.Namespace +' ' Text +'\\\n' Text + +' ' Text +'as' Keyword +' ' Text +'\\\n' Text + +' ' Text +'something' Name +'\n' Text + +'\n' Text + +'class' Keyword +' \\\n ' Text +'Spam' Name.Class +':' Punctuation +'\n' Text + +' ' Text +'pass' Keyword +'\n' Text + +'\n' Text + +'class' Keyword +' ' Text +'Spam' Name.Class +':' Punctuation +' ' Text +'pass' Keyword +'\n' Text + +'\n' Text + +'class' Keyword +' ' Text +'Spam' Name.Class +'(' Punctuation +'object' Name.Builtin +')' Punctuation +':' Punctuation +'\n' Text + +' ' Text +'pass' Keyword +'\n' Text + +'\n' Text + +'class' Keyword +' \\\n ' Text +'Spam' Name.Class +' ' Text +'\\\n' Text + +' ' Text +'(' Punctuation +'\n' Text + +' ' Text +'object' Name.Builtin +'\n' Text + +' ' Text +')' Punctuation +' ' Text +'\\\n' Text + +' ' Text +':' Punctuation +'\n' Text + +' ' Text +'pass' Keyword +'\n' Text + +'\n' Text + +'\n' Text + +'def' Keyword +' \\\n ' Text +'spam' Name.Function +' ' Text +'\\\n' Text + +' ' Text +'(' Punctuation +' ' Text +'\\\n' Text + +' ' Text +')' Punctuation +' ' Text +'\\\n' Text + +' ' Text +':' Punctuation +' ' Text +'\\\n' Text + +' ' Text +'pass' Keyword +'\n' Text |
