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.
11 lines
208 B
Text
11 lines
208 B
Text
---
|
|
scalars:
|
|
plain: !!str some text
|
|
quoted:
|
|
single: 'some text'
|
|
double: "some text"
|
|
collections:
|
|
sequence: !!seq [ !!str entry,
|
|
# Mapping entry:
|
|
key: value ]
|
|
mapping: { key: value }
|