1# RUN: yaml-bench -canonical %s
2
3--- !<tag:clarkevans.com,2002:invoice>
4invoice: 34843
5date   : 2001-01-23
6bill-to: &id001
7    given  : Chris
8    family : Dumars
9    address:
10        lines: |
11            458 Walkman Dr.
12            Suite #292
13        city    : Royal Oak
14        state   : MI
15        postal  : 48046
16ship-to: *id001
17product:
18    - sku         : BL394D
19      quantity    : 4
20      description : Basketball
21      price       : 450.00
22    - sku         : BL4438H
23      quantity    : 1
24      description : Super Hoop
25      price       : 2392.00
26tax  : 251.42
27total: 4443.52
28comments:
29    Late afternoon is best.
30    Backup contact is Nancy
31    Billsmer @ 338-4338.
32