From 4f712754e47e6853da22c1e460722b9d51979d5c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 30 May 2017 13:39:14 -0700 Subject: [PATCH] lib: test for #551 --- tests/print/print.test | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/print/print.test diff --git a/tests/print/print.test b/tests/print/print.test new file mode 100644 index 000000000..9dbb99866 --- /dev/null +++ b/tests/print/print.test @@ -0,0 +1,13 @@ +# test -B and #551 +hledger -f- print -B +<<< +2009/1/1 + assets:foreign currency €100 + assets:cash $-135 +>>> +2009/01/01 + assets:foreign currency $135 + assets:cash $-135 + +>>>2 +>>>= 0