=================
extra whitespace
=================


2013-07-11 note Assets:Cash "test"


;;


---

(file
    (note
        (date)
        (account)
        (string)
    )
    (comment)
)

=============================
extra whitespace transaction
=============================

2013-05-18 * "Nice dinner at Mermaid Inn"
    Expenses:Restaurant         100 USD
    Assets:US:Cash

;; End of file',

---

(file
    (transaction
        (date)
        (txn)
        (narration)
            (posting
                (account)
                (incomplete_amount
                    (number)
                    (currency)
                )
            )
            (posting
                (account)
            )
    )
    (comment)
)
