This website requires JavaScript.
Explore
Help
Sign In
simonmichael
/
hledger
Watch
1
Star
1
Fork
0
You've already forked hledger
mirror of
https://github.com/simonmichael/hledger.git
synced
2024-11-10 14:16:41 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
714cc18ba8
hledger
/
tests
/
query-desc.test
17 lines
136 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: make functional tests use "hledger" again Using "hledgerdev" was a hack to help ensure that tests used a fresh developer build by default. Now they specify "hledger" again, which fits better with stack. It's up to the tester to make sure the desired executable is first in PATH or specified with -w. (Note a couple of tests currently don't obey -w and will always run "hledger", see addons.test).
2015-07-12 21:54:08 +03:00
hledger -f - print desc:x
pricing, print tests
2010-04-16 02:59:22 +04:00
<<<
2009/1/1 x
a 1
b
2009/1/1 y
a 1
b
>>>
2009/01/01 x
lib: keep amounts aligned when rendering a transaction with posting flags Related to #563, when rendering a transaction, we reserve two more chars of width so that amounts remain aligned when there are posting flags. Affects hledger-ui's transaction screen, print, hledger-rewrite etc.
2017-06-05 07:26:18 +03:00
a 1
Preserve implicit amounts and prices the way user wrote them in output of print command (#471) * Remember original postings during infer and pivot This includes such functions like: - inferFromAssignment - inferBalancingAmount - inferBalancingPrices - pivotPosting * Use original postings for hledger print - Introduce "--explicit" option for "print" command which brings back old behavior when every inferred number being printed. - Make "print" by default print original postings without inferred amounts. But use effective account name to have effect from aliases. - Instruct shell tests with an new expected output or to use --explicit option when inferred amounts are checked. Resolves simonmichael/hledger#442
2017-01-13 18:25:44 +03:00
b
pricing, print tests
2010-04-16 02:59:22 +04:00
update functional tests to shelltest 1.0 format
2011-08-15 02:15:39 +04:00
>>>=0
Reference in New Issue
Copy Permalink