The recipe parser now properly handles multiline strings when | and > (plus +/-) variants are used. Previously the parser only supported the | character.
The bulk of this PR includes additional unit testing.
I also took the time to sort the top-level YAML keys in a "canonical" order.
The recipe parser now properly handles multiline strings when
|
and>
(plus+
/-
) variants are used. Previously the parser only supported the|
character.The bulk of this PR includes additional unit testing.
I also took the time to sort the top-level YAML keys in a "canonical" order.
See commits for additional details.