mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 20:36:07 +03:00
csv: add a failing test for #415
This commit is contained in:
parent
981b6f6594
commit
cf71a803f9
@ -44,3 +44,17 @@
|
||||
|
||||
>>>2 /using conversion rules file.*t.rules/
|
||||
>>>=0
|
||||
|
||||
# 5. this should infer display styles correctly
|
||||
hledger --rules-file minimal.csv.rules -f- balance --no-total
|
||||
<<<
|
||||
"2016/1/1","$1"
|
||||
"2016/2/2","$1,000.00"
|
||||
>>>
|
||||
$-1,001.00 income:unknown
|
||||
$1,001.00 unknown
|
||||
>>>=0
|
||||
# XXX but doesn't:
|
||||
# Got stdout:
|
||||
# $-1001.00 income:unknown
|
||||
# $1,001.00 unknown
|
||||
|
Loading…
Reference in New Issue
Block a user