simonmichael / hledger

Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
https://hledger.org
GNU General Public License v3.0
2.85k stars 307 forks source link

Allow comment lines in the "if" table body #2183

Closed adept closed 3 months ago

adept commented 3 months ago

As discussed in #2181 , it seems sensible to allow comment lines in the "if" table body.

This small patch does just this (and adds a test that demonstrates behaviour).

simonmichael commented 3 months ago

Thanks! As usual I clicked too soon, please mention it in the docs when you get a chance.

adept commented 3 months ago

Did this in #2184

Best regards, Dmytro

On Fri, Mar 8, 2024 at 5:43 PM Simon Michael @.***> wrote:

Thanks! As usual I clicked too soon, please mention it in the docs when you get a chance.

— Reply to this email directly, view it on GitHub https://github.com/simonmichael/hledger/pull/2183#issuecomment-1986136283, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA42KSL2WTYMZXDRFBUFVTYXH2FVAVCNFSM6AAAAABENDV45OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBWGEZTMMRYGM . You are receiving this because you authored the thread.Message ID: @.***>

simonmichael commented 3 months ago

Thanks!