diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-28 02:47:22 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-28 02:47:22 -0600 |
commit | 7a55c7ffc1e3565c82c746ea66dbb6af2e3d8509 (patch) | |
tree | cba2d3971f66ada7e4bcbbce975b0256aa2ac2f3 /test/regress/CFE5D8AA.test | |
parent | 6adfcc8469e3d526f4bcb0971b49efb490ad6401 (diff) | |
download | fork-ledger-7a55c7ffc1e3565c82c746ea66dbb6af2e3d8509.tar.gz fork-ledger-7a55c7ffc1e3565c82c746ea66dbb6af2e3d8509.tar.bz2 fork-ledger-7a55c7ffc1e3565c82c746ea66dbb6af2e3d8509.zip |
Allow xact notes on periodic transactions
Fixes #448
Diffstat (limited to 'test/regress/CFE5D8AA.test')
-rw-r--r-- | test/regress/CFE5D8AA.test | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/regress/CFE5D8AA.test b/test/regress/CFE5D8AA.test new file mode 100644 index 00000000..857dad13 --- /dev/null +++ b/test/regress/CFE5D8AA.test @@ -0,0 +1,20 @@ +~ monthly + assets:checking $1,000.00 + income:work:salary $-1,000.00 + +~ monthly + ; note + assets:checking $1,000.00 + income:work:salary $-1,000.00 + +~ monthly + assets:checking $1,000.00 + income:work:salary + +~ monthly + ; note + assets:checking $1,000.00 + income:work:salary + +test reg +end test |