]> andersk Git - libyaml.git/blob - tests/run-test-suite/src/test/example-2.27-invoice.yaml
Replace Mercurial with Git in README
[libyaml.git] / tests / run-test-suite / src / test / example-2.27-invoice.yaml
1 --- !<tag:clarkevans.com,2002:invoice>
2 invoice: 34843
3 date   : 2001-01-23
4 bill-to: &id001
5     given  : Chris
6     family : Dumars
7     address:
8         lines: |
9             458 Walkman Dr.
10             Suite #292
11         city    : Royal Oak
12         state   : MI
13         postal  : 48046
14 ship-to: *id001
15 product:
16     - sku         : BL394D
17       quantity    : 4
18       description : Basketball
19       price       : 450.00
20     - sku         : BL4438H
21       quantity    : 1
22       description : Super Hoop
23       price       : 2392.00
24 tax  : 251.42
25 total: 4443.52
26 comments:
27     Late afternoon is best.
28     Backup contact is Nancy
29     Billsmer @ 338-4338.
This page took 0.031883 seconds and 5 git commands to generate.