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/puppet/example.pp.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/puppet/example.pp.output')
| -rw-r--r-- | tests/examplefiles/puppet/example.pp.output | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/tests/examplefiles/puppet/example.pp.output b/tests/examplefiles/puppet/example.pp.output new file mode 100644 index 00000000..e32d7de2 --- /dev/null +++ b/tests/examplefiles/puppet/example.pp.output @@ -0,0 +1,50 @@ +'exec' Keyword +' ' Text +'{' Punctuation +' ' Text +"'grep'" Literal.String +':' Punctuation +'\n' Text + +' ' Text +'command' Name.Attribute +' ' Text +'=>' Operator +' ' Text +'\'grep "\\\'" -rI *\'' Literal.String +',' Punctuation +'\n' Text + +' ' Text +'path' Name.Attribute +' ' Text +'=>' Operator +' ' Text +"'/bin:/usr/bin'" Literal.String +',' Punctuation +'\n' Text + +'}' Punctuation +'\n' Text + +'\n' Text + +'node' Keyword +' ' Text +'default' Keyword +' ' Text +'{' Punctuation +'\n' Text + +' ' Text +'notify' Keyword +' ' Text +'{' Punctuation +'"Hello World"' Literal.String +':' Punctuation +';' Punctuation +'}' Punctuation +'\n' Text + +'}' Punctuation +'\n' Text |
