aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-02-15.yaml
blob: 83e761695949205a1641987056d0aad7f04445e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%YAML 1.1
---
- name: spec-02-15
  tree: |
    +STR
    +DOC
    =VAL >Sammy Sosa completed another fine season with great stats.\n\n  63 Home Runs\n  0.288 Batting Average\n\nWhat a year!\n
    -DOC
    -STR
  yaml: |
    >
     Sammy Sosa completed another
     fine season with great stats.

       63 Home Runs
       0.288 Batting Average

     What a year!