1
0

quickref: update experimental tests

This commit is contained in:
Simon Michael
2022-06-18 14:32:58 +01:00
parent df9c7a920e
commit 3ea4d9f922
2 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
2016-01-01 open Expenses:Groceries 2016-01-01 open Expenses:Groceries
2016-01-01 txn "set opening balance" 2016-01-01 txn "set opening balance"
Assets:Checking 1.000,0001USD Assets:Checking 1000.0001 USD
Equity:Opening-Balances Equity:Opening-Balances
2016/1/5 txn "farmer's market" 2016/1/5 txn "farmer's market"

View File

@@ -1,11 +1,11 @@
#!/usr/bin/env shelltest #!/usr/bin/env shelltest
# -*- sh -*- # -*- sh -*-
ledger -f a.ledger print $ ledger -f a.ledger print
>>>=0 > //
hledger -f a.hledger print $ hledger -f a.hledger print
>>>=0 > //
beancount -f a.beancount print $ bean-query a.beancount print
>>>=0 > //