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
15 lines
193 B
Plaintext
15 lines
193 B
Plaintext
existing_multiline: 'This multiline string
|
|
|
|
already exists and will
|
|
|
|
be dumped out by PyYaml.
|
|
|
|
'
|
|
new_multiline_str: 'This should not
|
|
|
|
be a list
|
|
|
|
'
|
|
test_category1: a
|
|
test_category2: b
|