summaryrefslogtreecommitdiffstats
path: root/test/yaml/literal-block-2/input.yaml
blob: a71fa092e61e21701ef03068f1c9e3acd1e18abe (plain)
1
2
3
4
5
6
7
8
9
---
literal block: |  # line breaks and white spaces are preserved.
   line 1
    line 2
     line 3
multi line:  # the lines are merged into "line 1 line 2 line 3"
   line 1
    line 2
     line 3