From 5d50d895bf4aaa139c4b632820b661de383b2ef3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 21 Feb 2009 02:24:41 -0400 Subject: Added several more baseline tests --- test/baseline/opt-format.test | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/baseline/opt-format.test (limited to 'test/baseline/opt-format.test') diff --git a/test/baseline/opt-format.test b/test/baseline/opt-format.test new file mode 100644 index 00000000..9841ea1a --- /dev/null +++ b/test/baseline/opt-format.test @@ -0,0 +1,10 @@ +reg --format='%(account) = %(strip(amount))\n' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +Assets:Investments:Vanguard:VMMXX = 0.350 VMMXX +Income:Dividends:Vanguard:VMMXX = $-0.35 +>>>2 +=== 0 -- cgit v1.2.3