]> andersk Git - libyaml.git/blame - tests/run-test-suite/src/test/example-2.27-invoice.yaml
Include libyaml-test and libyaml-parser-emitter
[libyaml.git] / tests / run-test-suite / src / test / example-2.27-invoice.yaml
CommitLineData
a672b071
IN
1--- !<tag:clarkevans.com,2002:invoice>
2invoice: 34843
3date : 2001-01-23
4bill-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
14ship-to: *id001
15product:
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
24tax : 251.42
25total: 4443.52
26comments:
27 Late afternoon is best.
28 Backup contact is Nancy
29 Billsmer @ 338-4338.
This page took 0.131923 seconds and 5 git commands to generate.