tests: clean up directives test files

[ci skip]
This commit is contained in:
Simon Michael 2018-10-10 20:31:08 -07:00
parent e4215c094e
commit 3f0ab0b008
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# . apply account, end apply account # apply account, end apply account directives
hledger -f - accounts hledger -f - accounts
<<< <<<
apply account a apply account a
@ -17,7 +17,7 @@ aa:b
c c
>>>=0 >>>=0
# empty multi-line commodity directive # commodity directive
hledger -f - reg hledger -f - reg
<<< <<<
commodity BTC commodity BTC
@ -25,7 +25,7 @@ commodity BTC
>>>2 >>>2
>>>=0 >>>=0
# unsupported commodity sub-directive # commodity directive with subdirective
hledger -f - reg hledger -f - reg
<<< <<<
commodity BTC commodity BTC
@ -33,3 +33,4 @@ commodity BTC
>>> >>>
>>>2 /expecting "format"/ >>>2 /expecting "format"/
>>>=1 >>>=1