diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-24 04:15:21 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-24 04:15:21 -0500 |
commit | a84c42fc172b2d055e4f403073f011b22b8cb298 (patch) | |
tree | aede8a9dff39840e8ebd5a4eb249d65b43cdfc6b /test/baseline/opt-prices-format.test | |
parent | 11a217a481c87cc812a9deb0000d65ecce8e2ba2 (diff) | |
download | fork-ledger-a84c42fc172b2d055e4f403073f011b22b8cb298.tar.gz fork-ledger-a84c42fc172b2d055e4f403073f011b22b8cb298.tar.bz2 fork-ledger-a84c42fc172b2d055e4f403073f011b22b8cb298.zip |
Fixed regression tests relating to b1d6ea876c5f
Diffstat (limited to 'test/baseline/opt-prices-format.test')
-rw-r--r-- | test/baseline/opt-prices-format.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/baseline/opt-prices-format.test b/test/baseline/opt-prices-format.test index f8033c59..8a83ad5f 100644 --- a/test/baseline/opt-prices-format.test +++ b/test/baseline/opt-prices-format.test @@ -1,5 +1,7 @@ prices --prices-format='%(datetime) %(scrub(display_amount))\n' <<< +D $1,000.00 + P 2009/01/01 13:30:00 AAPL $10.00 P 2009/01/01 14:30:00 AAPL $20.00 P 2009/01/01 15:30:00 AAPL $30.00 |