diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-02-21 21:27:49 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-02-21 21:27:49 +0100 |
commit | 00c10a383ceb178c9317de52f2aca7a21099d415 (patch) | |
tree | f957211e58b519b80166e1e28212d6a2ce1dc199 /test/baseline/opt-rich-data.test | |
parent | 6f6d4ec26cf10d8e2af45b54efaf1b05272c1c02 (diff) | |
parent | 2778a24356d7a374a2d7db821b8907e4026acdc2 (diff) | |
download | fork-ledger-00c10a383ceb178c9317de52f2aca7a21099d415.tar.gz fork-ledger-00c10a383ceb178c9317de52f2aca7a21099d415.tar.bz2 fork-ledger-00c10a383ceb178c9317de52f2aca7a21099d415.zip |
Merge pull request #394 from thdox/add-to-doc3
Improve documentation about --rich-data
Diffstat (limited to 'test/baseline/opt-rich-data.test')
-rw-r--r-- | test/baseline/opt-rich-data.test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/baseline/opt-rich-data.test b/test/baseline/opt-rich-data.test index fbb73ebe..265af531 100644 --- a/test/baseline/opt-rich-data.test +++ b/test/baseline/opt-rich-data.test @@ -1,3 +1,13 @@ +test -f /dev/null convert test/baseline/feat-convert-with-directives.dat --now '2014/08/01' +2012/01/01 * KFC + Expenses:Unknown $10 + Equity:Unknown + +2012/01/02 * REWE SAGT DANKE 123454321 + Expenses:Unknown 10€ + Equity:Unknown +end test + test -f /dev/null convert test/baseline/feat-convert-with-directives.dat --detail --now '2014/08/01' 2012/01/01 * KFC ; CSV: 2012/01/01,KFC,$10 |