File: document.tml

package info (click to toggle)
libyaml-tiny-perl 1.64-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 556 kB
  • ctags: 80
  • sloc: perl: 1,363; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
=== scalar document followed by mapping
--- yaml
\--- foo
a: 1
--- error: E_CLASSIFY

=== mapping with double key
--- yaml
foo: 1
foo: 2
--- error: E_DUPKEY