beancount / ledger2beancount

Ledger to Beancount text-based converter
GNU General Public License v3.0
79 stars 15 forks source link

uninitialized value with inline math and comment #261

Closed tbm closed 1 year ago

tbm commented 1 year ago

I get:

~/src/tbm/ledger2beancount/bin/ledger2beancount test.ledger > /dev/null
Use of uninitialized value in concatenation (.) or string at /home/tbm/src/tbm/ledger2beancount/bin/ledger2beancount line 798.

Test case:

2022-12-02 * Water
    Expenses:Drinks     1.00 EUR @ (1/1.159 GBP) ; water
    Assets:Cash
tbm commented 1 year ago

Even more reduced testcase:

2022-12-02 * Water
    Expenses:Drinks     (1/1.159 GBP) ; water   
    Assets:Cash