Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Account names are broken in error message on unbalanced transactions #5

Closed
simonmichael opened this issue Apr 8, 2013 · 2 comments
Closed
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. imported These came from the old Google issue tracker.

Comments

@simonmichael
Copy link
Owner

Original author: s.asta...@gmail.com (July 06, 2009 22:38:40)

To reproduce:

$ printf "2009-01-01 *\n счёт1 1\n счёт2 2 ; bad entry\n" | hledger -f -
"-" (line 4, column 1):
unexpected end of input
could not balance this transaction, amounts do not add up to zero:
2009/01/01 *
AGQB1 1
AGQB2 2 ; bad entry

Please note that account names in the error message are not the same as in
the entry.

hledger-0.6.1/Linux

Original issue: http://code.google.com/p/hledger/issues/detail?id=5

@simonmichael
Copy link
Owner Author

From simon@joyful.com on July 09, 2009 00:40:26
There is a test for this which I've just renamed. To run it:

~/src/hledger$ make tools/shelltest; tools/shelltest tests/unicode-error-message.test.notimplemented

@simonmichael
Copy link
Owner Author

From simon@joyful.com on July 09, 2009 19:17:05
Fixed in the darcs repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. imported These came from the old Google issue tracker.
Projects
None yet
Development

No branches or pull requests

1 participant