You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simonmichael opened this issue
Sep 9, 2023
· 1 comment
Labels
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.cliCommand line parsing, options, arguments and suchlike.journalThe journal file format, and its features.
Costs are ignored when checking balance assertions... but they disrupt the underline when showing an assertion failure.
2023-01-01
(a) A 1 @ B 2 = A 3
$ hledger-1.31 -f t.j check
hledger-1.31: Error: /Users/simon/src/hledger/t.j:2:21:
1 | 2023-01-01
| ^^^^^^^^^^^^^^^^^^^^^^^^^
| (a) A 1 @ B 2 = A 3
Should be:
hledger: Error: /Users/simon/src/hledger/t.j:2:21:
| 2023-01-01
2 | (a) A 1 @ B 2 = A 3
| ^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
simonmichael
added
A-BUG
Something wrong, confusing or sub-standard in the software, docs, or user experience.
cli
Command line parsing, options, arguments and suchlike.
journal
The journal file format, and its features.
labels
Sep 9, 2023
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.cliCommand line parsing, options, arguments and suchlike.journalThe journal file format, and its features.
Costs are ignored when checking balance assertions... but they disrupt the underline when showing an assertion failure.
Should be:
The text was updated successfully, but these errors were encountered: