diff options
author | John Wiegley <johnw@newartisans.com> | 2019-03-15 16:30:28 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2019-03-15 17:30:46 -0700 |
commit | f0dacdb22f2888be104711d9092ca43d770965f2 (patch) | |
tree | f2ae7a8926ee581d39a558d6c4c83d3e7c1de9cd /test/baseline | |
parent | d511d671fcbb517ec474d4355a4c1568ee2fbb09 (diff) | |
download | fork-ledger-f0dacdb22f2888be104711d9092ca43d770965f2.tar.gz fork-ledger-f0dacdb22f2888be104711d9092ca43d770965f2.tar.bz2 fork-ledger-f0dacdb22f2888be104711d9092ca43d770965f2.zip |
Remove the 'org' command, which was always a hack to begin with
Diffstat (limited to 'test/baseline')
-rw-r--r-- | test/baseline/cmd-org.test | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/test/baseline/cmd-org.test b/test/baseline/cmd-org.test deleted file mode 100644 index 12a380f5..00000000 --- a/test/baseline/cmd-org.test +++ /dev/null @@ -1,28 +0,0 @@ -2012-03-24 * Test 2 - ; Payee: Test 3 - C 20.00 EUR - D - -2012-03-25 * (99) Test 4 - E 30.00 GBP - F - -2012-03-26 * (test) Test 5 - G 1 AAA @ $10.00 - H - -test org -|Date|Code|Payee|X|Account|Amount|Total|Note| -|-| -|||<20>|||<r>|<r>|<20>| -|12-Mar-24||Test 3|*|C|20.00 EUR|20.00 EUR| Payee: Test 3 -|||Test 3|*|D|-20.00 EUR|0.00 EUR| Payee: Test 3 -|12-Mar-25|99|Test 4|*|E|30.00 GBP|30.00 GBP| -||||*|F|-30.00 GBP|0.00 GBP| -|12-Mar-26|test|Test 5|*|G|1 AAA|0.00 GBP| -|||||||1 AAA| -||||*|H|$-10|0.00 GBP| -|||||||$-10| -|||||||1 AAA| -end test - |