fix some 2017-isms in func. tests

This commit is contained in:
Simon Michael 2018-01-01 15:47:31 -08:00
parent eb12e723f5
commit 2d66f8cf04
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
1/1 unmarked 2017/1/1 unmarked
(a) 1 (a) 1
(b) 1 (b) 1
1/2 ! pending 2017/1/2 ! pending
(a) 1 (a) 1
! (b) 1 ! (b) 1
1/3 * cleared 2017/1/3 * cleared
(a) 1 (a) 1
* (b) 1 * (b) 1

View File

@ -126,7 +126,7 @@ alias E=F
hledger -f- reg '^a$' '^b$' hledger -f- reg '^a$' '^b$'
<<< <<<
alias a = b alias a = b
1/1 2017/1/1
a 1 a 1
b -1 b -1
>>> >>>