Igor Kudrin 652ceaddc0
[YAMLParser] Unfold multi-line scalar values (#70898)
Long scalar values can be split into multiple lines to improve
readability. The rules are described in Section 6.5. "Line Folding",
https://yaml.org/spec/1.2.2/#65-line-folding. In addition, for flow
scalar styles, the Spec states that "All leading and trailing white
space characters on each line are excluded from the content",
https://yaml.org/spec/1.2.2/#73-flow-scalar-styles.

The patch implements these unfolding rules for double-quoted,
single-quoted, and plain scalars.
2023-11-10 07:19:24 +07:00
..
2023-06-13 10:47:18 +01:00
2023-05-30 14:12:20 -07:00
2023-02-23 18:11:15 +00:00
2022-09-22 05:03:01 +02:00
2023-07-18 13:36:11 -07:00