diff options
author | John Wiegley <johnw@newartisans.com> | 2010-08-16 16:28:08 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-08-16 16:28:08 -0400 |
commit | ff07cc6c6fe38467b897d5b665c81fcfc49e3620 (patch) | |
tree | 3fb0ed9f1e7e1d267d40ed1500dd81a805e6a09c /test/regress/7C44010B.test | |
parent | 4d155045a06e05e7c59e1f3bdf57cf5ff21f21cd (diff) | |
download | fork-ledger-ff07cc6c6fe38467b897d5b665c81fcfc49e3620.tar.gz fork-ledger-ff07cc6c6fe38467b897d5b665c81fcfc49e3620.tar.bz2 fork-ledger-ff07cc6c6fe38467b897d5b665c81fcfc49e3620.zip |
Added regression test for 7C44010B
Diffstat (limited to 'test/regress/7C44010B.test')
-rw-r--r-- | test/regress/7C44010B.test | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/regress/7C44010B.test b/test/regress/7C44010B.test new file mode 100644 index 00000000..f0437588 --- /dev/null +++ b/test/regress/7C44010B.test @@ -0,0 +1,30 @@ +reg -X F -J Assets +<<< +D 1000,00 € + +1994/1/1 Company + Assets:Checking 10000 F + Income:Salary + +1998/1/1 Transfer + Assets:US account 200 $ + Assets:Checking -1000 F + +P 1998/12/31 $ 6 F + +1999/1/1 Books + Expenses:Books 200 $ + Assets:US account + +P 2002/1/1 € 6,55957 F + +2002/1/1 Company + Assets:Checking 2000 € + Income:Salary +>>> +1994-01-01 10000 +1998-01-01 11000 +1998-01-01 10000 +1998-12-31 10200 +1999-01-01 9000 +2002-01-01 22119.14 |