On Sun, 21 Oct 2012 20:23:45 -0700, Craig Earls <
ende...@gmail.com> wrote:
> I was testing this to enter it into Bugzilla, but I cannot duplicate it.
Problem is present here as well. Some editors always add a new line, but
it's easy (on my version at least) to produce a minimal example from the
shell:
$ ledger --version
Ledger 3.0.0-20120518, the command-line accounting tool
Copyright (c) 2003-2012, John Wiegley. All rights reserved.
This program is made available under the terms of the BSD Public License.
See LICENSE file included with the distribution for details and disclaimer.
$ echo "2012/10/10 FOO\n (Foo:Bar) \$56" | ledger -f - bal
$56 Foo:Bar
$ echo -n "2012/10/10 FOO\n (Foo:Bar) \$56" | ledger -f - bal
$5 Foo:Bar
Best,
Jesse