Initial commit.
This commit is contained in:
commit
283c42bf8f
592 changed files with 26392 additions and 0 deletions
15
test/data/spec-08-10.data
Normal file
15
test/data/spec-08-10.data
Normal file
|
@ -0,0 +1,15 @@
|
|||
block styles:
|
||||
scalars:
|
||||
literal: !!str |
|
||||
#!/usr/bin/perl
|
||||
print "Hello, world!\n";
|
||||
folded: >
|
||||
This sentence
|
||||
is false.
|
||||
collections: !!map
|
||||
sequence: !!seq # Entry:
|
||||
- entry # Plain
|
||||
# Mapping entry:
|
||||
- key: value
|
||||
mapping:
|
||||
key: value
|
Loading…
Add table
Add a link
Reference in a new issue