From 7a55c7ffc1e3565c82c746ea66dbb6af2e3d8509 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 28 Feb 2012 02:47:22 -0600 Subject: Allow xact notes on periodic transactions Fixes #448 --- test/regress/CFE5D8AA.test | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/regress/CFE5D8AA.test (limited to 'test/regress/CFE5D8AA.test') 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 -- cgit v1.2.3