150
|
1 # RUN: yaml-bench -canonical %s
|
|
2
|
|
3 --- !<tag:clarkevans.com,2002:invoice>
|
|
4 invoice: 34843
|
|
5 date : 2001-01-23
|
|
6 bill-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
|
|
16 ship-to: *id001
|
|
17 product:
|
|
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
|
|
26 tax : 251.42
|
|
27 total: 4443.52
|
|
28 comments:
|
|
29 Late afternoon is best.
|
|
30 Backup contact is Nancy
|
|
31 Billsmer @ 338-4338.
|