dev: ledger-compat tests: cleanups

This commit is contained in:
Simon Michael 2022-12-22 02:13:08 -10:00
parent e2ddf1e685
commit 23d25c8403

View File

@ -1,7 +1,7 @@
# Ledger syntax currently not parsed by hledger. -*- ledger -*- # Ledger syntax currently not parsed by hledger. -*- ledger -*-
# Reading these is expected to fail. # Reading these is expected to fail.
# `;` `#` `%` `*` `|` comment lines # `%` and `|` comment lines
< <
% %
| |
@ -9,7 +9,7 @@ $ hledger -f- check
>2// >2//
>=1 >=1
# Just `end` or `end apply` as shorthand for closing the most recent "apply FOO". # `end` or `end apply` as shorthand for closing the most recent "apply FOO".
< <
apply account a apply account a
end apply end apply