2010-03-09 06:17:15 +03:00
|
|
|
# 1. account pattern with space
|
2012-10-21 22:23:23 +04:00
|
|
|
hledgerdev -f- register 'a a'
|
2010-03-09 06:17:15 +03:00
|
|
|
<<<
|
|
|
|
2010/3/1 x
|
|
|
|
a a 1
|
|
|
|
b
|
|
|
|
>>>
|
2013-04-13 01:56:41 +04:00
|
|
|
2010/03/01 x a a 1 1
|
2011-03-12 23:55:49 +03:00
|
|
|
>>>=0
|
|
|
|
|
2010-03-09 06:17:15 +03:00
|
|
|
#
|
|
|
|
# 2. description pattern with space
|
2012-10-21 22:23:23 +04:00
|
|
|
hledgerdev -f- register desc:'x x'
|
2010-03-09 06:17:15 +03:00
|
|
|
<<<
|
|
|
|
2010/3/1 x
|
|
|
|
a 1
|
|
|
|
b
|
|
|
|
|
|
|
|
2010/3/2 x x
|
|
|
|
a 1
|
|
|
|
b
|
|
|
|
>>>
|
2013-04-13 01:56:41 +04:00
|
|
|
2010/03/02 x x a 1 1
|
|
|
|
b -1 0
|
2011-03-12 23:55:49 +03:00
|
|
|
>>>=0
|
2011-09-12 00:37:04 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# 3. multiple patterns, spaced and punctuated patterns
|
2012-10-21 22:23:23 +04:00
|
|
|
hledgerdev -f- register 'a a' "'b"
|
2011-09-12 00:37:04 +04:00
|
|
|
<<<
|
|
|
|
2011/9/11
|
|
|
|
a a 1
|
|
|
|
'b
|
|
|
|
>>>
|
2013-04-13 01:56:41 +04:00
|
|
|
2011/09/11 a a 1 1
|
|
|
|
'b -1 0
|
2011-09-12 00:37:04 +04:00
|
|
|
>>>=0
|