mirror of
https://github.com/yaml/pyyaml.git
synced 2026-02-06 18:00:08 +00:00
Could, as well as should, shall, must, may, can, might, etc. are auxiliary words. After an auxiliary word should come an infinitive verb.
15 lines
294 B
Text
15 lines
294 B
Text
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
|