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
365 B
Text
11 lines
365 B
Text
- !StreamStart
|
|
- !DocumentStart { explicit: false }
|
|
- !Scalar { implicit: [true,false], value: 'data' }
|
|
- !DocumentEnd
|
|
- !DocumentStart
|
|
- !Scalar { implicit: [true,false] }
|
|
- !DocumentEnd
|
|
- !DocumentStart { version: [1,1], tags: { '!': '!foo', '!yaml!': 'tag:yaml.org,2002:', '!ugly!': '!!!!!!!' } }
|
|
- !Scalar { implicit: [true,false] }
|
|
- !DocumentEnd
|
|
- !StreamEnd
|