disable/rename tags test

This commit is contained in:
Simon Michael 2012-05-27 18:07:58 +00:00
parent a58a5f96ad
commit 0580ef69a3

View File

@ -26,29 +26,29 @@ bin/hledger -f - print
>>>=0 >>>=0
# 2. print (and a few other commands) can filter by tag value # 2. print (and a few other commands) can filter by tag value
bin/hledger -f - print tag foo=bar # bin/hledger -f - print tag foo=bar
<<< # <<<
2010/01/01 # 2010/01/01
; foo:bar # ; foo:bar
a 1 # a 1
b -1 # b -1
2010/01/02 # 2010/01/02
; foo:baz # ; foo:baz
c 1 # c 1
d -1 # d -1
2010/01/03 # 2010/01/03
e 1 # e 1
f -1 # f -1
>>> # >>>
2010/01/01 # 2010/01/01
; foo: bar # ; foo: bar
a 1 # a 1
b -1 # b -1
>>>2 # >>>2
>>>=0 # >>>=0
# # 3. or tag existence ? not yet # # 3. or tag existence ? not yet
# bin/hledger -f - print tag foo # bin/hledger -f - print tag foo