1769158a0e
Added a flag called yml_multilines which when used will not split on lines that have a newline UNLESS they have a comma. Change-Id: I90364403e215a67b320dfc7e67a85d47c774e634 Partial-Bug: #1819974
7 lines
141 B
YAML
7 lines
141 B
YAML
test_category1: a
|
|
test_category2: b
|
|
existing_multiline: |
|
|
This multiline string
|
|
already exists and will
|
|
be dumped out by PyYaml.
|