Update line numbers

This commit is contained in:
Martin Michlmayr 2014-05-26 18:31:59 -04:00
parent c55f8c1ef1
commit b6b6a98d0d
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ test reg
12-Feb-29 KFC Expenses:Food $25.00 $25.00
Assets:Cash $-25.00 0
__ERROR__
Warning: "$FILE", line 26: Transaction check failed: (abs(amount) <= {20})
Warning: "$FILE", line 30: Transaction check failed: (abs(amount) <= {20})
Warning: "$FILE", line 24: Transaction check failed: (abs(amount) <= {20})
Warning: "$FILE", line 28: Transaction check failed: (abs(amount) <= {20})
end test

View file

@ -5,6 +5,6 @@ alias Foo=Foo
Bar
test source -> 1
__ERROR__
While parsing file "$FILE", line 3:
While parsing file "$FILE", line 1:
Error: Illegal alias Foo=Foo
end test