13 lines
186 B
Plaintext
Executable File
13 lines
186 B
Plaintext
Executable File
#!/usr/bin/env -S hledger check uniqueleafnames -f
|
|
|
|
account a:c ; XXX check uniqueleafnames doesn't notice these
|
|
account b:c ;
|
|
commodity 1.
|
|
payee p
|
|
|
|
1/1 p
|
|
(a:c) 1
|
|
|
|
1/1 p
|
|
(b:c) 1
|