mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;dev: tests: errors: cleanup for easier flycheck-hledger testing
This commit is contained in:
parent
0c5bc382f3
commit
61d512b6ef
@ -1,5 +1,12 @@
|
||||
#!/usr/bin/env -S hledger check recentassertions -f
|
||||
|
||||
account a
|
||||
commodity ""
|
||||
payee last balance assertion
|
||||
payee good
|
||||
payee bad1
|
||||
payee bad2
|
||||
|
||||
2022-01-01 last balance assertion
|
||||
a 0 = 0
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env -S hledger check uniqueleafnames -f
|
||||
|
||||
account a:c ; XXX check uniqueleafnames doesn't notice these
|
||||
account b:c ;
|
||||
account a:c
|
||||
account b:c
|
||||
commodity 1.
|
||||
payee p
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user