mirror of https://github.com/databricks/cli.git
9 lines
133 B
YAML
9 lines
133 B
YAML
|
# Example 2.18 Multi-line Flow Scalars
|
||
|
|
||
|
plain:
|
||
|
This unquoted scalar
|
||
|
spans many lines.
|
||
|
|
||
|
quoted: "So does this
|
||
|
quoted scalar.\n"
|