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

Tags are duplicated when printing #24

Closed
aaubry opened this issue Feb 21, 2022 · 1 comment
Closed

Tags are duplicated when printing #24

aaubry opened this issue Feb 21, 2022 · 1 comment

Comments

@aaubry
Copy link

aaubry commented Feb 21, 2022

Parsing a file with tags and printing it causes the tags to be duplicated. For example, the command NLedger-cli.exe -f test.ledger print where test.ledger contains this:

2022/01/30 * stuff  ;Misc
    ; UUID: 0292006581600/20220130/0
    Expenses:Unknown                         123 €
    Assets:Wallet

produces the following output:

2022/01/30 * stuff
    ;Misc
    ; UUID: 0292006581600/20220130/0
    ; UUID: 0292006581600/20220130/0
    Expenses:Unknown                           123 €
    Assets:Wallet

The original ledger application produces the correct output:

2022/01/30 * stuff
    ;Misc
    ; UUID: 0292006581600/20220130/0
    Expenses:Unknown                           123 €
    Assets:Wallet
@dmitry-merzlyakov
Copy link
Owner

Hi @aaubry, thank you for letting me know. I will take a look at it in a couple of days and update this ticket, thanks

This was referenced Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants