mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 11:52:43 +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
|
#!/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
|
2022-01-01 last balance assertion
|
||||||
a 0 = 0
|
a 0 = 0
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env -S hledger check uniqueleafnames -f
|
#!/usr/bin/env -S hledger check uniqueleafnames -f
|
||||||
|
|
||||||
account a:c ; XXX check uniqueleafnames doesn't notice these
|
account a:c
|
||||||
account b:c ;
|
account b:c
|
||||||
commodity 1.
|
commodity 1.
|
||||||
payee p
|
payee p
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user