diff options
| author | Tim Hatch <tim@timhatch.com> | 2016-05-31 15:59:35 -0700 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2016-05-31 15:59:35 -0700 |
| commit | 04f9d6f91a158bcdedbb59259da7bcddd040f498 (patch) | |
| tree | 55517a7e09e2e8fc96073f659c60586eefbf3849 /tests/examplefiles/example.yaml | |
| parent | 331d26bae0b62d3c7f9f3f93310bda8e630d1cf5 (diff) | |
| parent | 06b587c329954ea1ed133a99fcc184863c4bdba2 (diff) | |
| download | pygments-git-04f9d6f91a158bcdedbb59259da7bcddd040f498.tar.gz | |
Merge with birkenfeld/pygments-main
Diffstat (limited to 'tests/examplefiles/example.yaml')
| -rw-r--r-- | tests/examplefiles/example.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/examplefiles/example.yaml b/tests/examplefiles/example.yaml index 9c0ed9d0..17544c02 100644 --- a/tests/examplefiles/example.yaml +++ b/tests/examplefiles/example.yaml @@ -1,3 +1,12 @@ +# +# Regression tests +# + +%TAG ! tag:example.com:foo/ +--- +test: !foo/bar {a: 'asdf'} +test2: fred +... # # Examples from the Preview section of the YAML specification |
