====
Multiple Lines
===============

2014-07-11 * "Hello one line
and yet another,
and why not another!"
    Expenses:Restaurant         100 USD
    Assets:Cash                -100 USD

---

(file
    (transaction
        (date)
        (txn (asterisk))
        (txn_strings (string))
        (posting_or_kv_list
            (posting
                (account)
                (incomplete_amount (number) (currency))
            )
            (posting
                (account)
                (incomplete_amount (unary_number_expr (minus) (number)) (currency))
            )
        )
    )
)
