tests: Remove commented test behaviour.
This commit is contained in:
parent
4d5888aa8d
commit
242895f2fc
@ -16,12 +16,6 @@
|
|||||||
1 -1
|
1 -1
|
||||||
|
|
||||||
# 1. simple balance report in tree mode with zero/boring parents
|
# 1. simple balance report in tree mode with zero/boring parents
|
||||||
# TODO should be like
|
|
||||||
#$ ledger bal
|
|
||||||
# 1 1:2:3
|
|
||||||
# 1 4:5
|
|
||||||
#--------------------
|
|
||||||
# 0
|
|
||||||
$ hledger -f - bal --tree
|
$ hledger -f - bal --tree
|
||||||
0 1:2
|
0 1:2
|
||||||
1 3
|
1 3
|
||||||
@ -31,12 +25,6 @@ $ hledger -f - bal --tree
|
|||||||
0
|
0
|
||||||
|
|
||||||
# 2. simple balance report in flat mode
|
# 2. simple balance report in flat mode
|
||||||
# TODO should be like
|
|
||||||
#$ ledger bal --flat
|
|
||||||
# 1 1:2:3
|
|
||||||
# 1 1:2:3:4:5
|
|
||||||
#--------------------
|
|
||||||
# 0
|
|
||||||
$ hledger -f - bal --flat
|
$ hledger -f - bal --flat
|
||||||
-1 1:2
|
-1 1:2
|
||||||
1 1:2:3
|
1 1:2:3
|
||||||
@ -58,8 +46,8 @@ Balance changes in 2015:
|
|||||||
-----------++------
|
-----------++------
|
||||||
|| 0
|
|| 0
|
||||||
|
|
||||||
# 4. tabular balance report in tree mode, showing zero accounts
|
# 4. tabular balance report in tree mode, showing boring parents
|
||||||
$ hledger -f - bal -Y --tree -E
|
$ hledger -f - bal -Y --tree --no-elide
|
||||||
Balance changes in 2015:
|
Balance changes in 2015:
|
||||||
|
|
||||||
|| 2015
|
|| 2015
|
||||||
@ -74,16 +62,6 @@ Balance changes in 2015:
|
|||||||
|
|
||||||
# 5. tabular balance report in tree mode, hiding zero accounts
|
# 5. tabular balance report in tree mode, hiding zero accounts
|
||||||
# Undisplayed parent accounts should be mentioned in the displayed account names as necessary
|
# Undisplayed parent accounts should be mentioned in the displayed account names as necessary
|
||||||
# TODO: should be like
|
|
||||||
# Balance changes in 2015:
|
|
||||||
#
|
|
||||||
# || 2015
|
|
||||||
# ===========++======
|
|
||||||
# 1:2:3 || 1
|
|
||||||
# 1:2:3:4:5 || 1
|
|
||||||
# -----------++------
|
|
||||||
# ||
|
|
||||||
#
|
|
||||||
$ hledger -f - bal -Y --tree
|
$ hledger -f - bal -Y --tree
|
||||||
Balance changes in 2015:
|
Balance changes in 2015:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user