feat-balance_assert-off.test 401 B

12345678910111213141516171819
  1. 2014-05-01 * Opening balance
  2. Assets:Cash $100
  3. Equity:Opening balance
  4. 2014-05-10 * Spend money
  5. Expenses:Foo $10
  6. Assets:Cash -$10 = $80
  7. test bal -> 1
  8. __ERROR__
  9. While parsing file "$FILE", line 8:
  10. While parsing posting:
  11. Assets:Cash -$10 = $80
  12. ^^^
  13. Error: Balance assertion off by $-10 (expected to see $100)
  14. end test