csv: add a failing test for #415

This commit is contained in:
Simon Michael 2016-10-08 15:20:26 -10:00
parent 981b6f6594
commit cf71a803f9

View File

@ -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