mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
add/update some functional tests
This commit is contained in:
parent
3b9c6448be
commit
6091c8a099
11
tests/commented-posting.test
Normal file
11
tests/commented-posting.test
Normal file
@ -0,0 +1,11 @@
|
||||
print
|
||||
<<<
|
||||
2009/01/01 x
|
||||
; comment line
|
||||
a 1
|
||||
b
|
||||
>>>
|
||||
2009/01/01 x
|
||||
a 1
|
||||
b
|
||||
|
@ -1,11 +1,12 @@
|
||||
; not implemented yet
|
||||
balance >/dev/null
|
||||
balance
|
||||
<<<
|
||||
2009-01-01 broken entry
|
||||
дебит 1
|
||||
дебит 1
|
||||
кредит -2
|
||||
>>>2
|
||||
hledger: could not balance this transaction, amounts do not add up to zero:
|
||||
"-" (line 4, column 1):
|
||||
unexpected end of input
|
||||
could not balance this transaction, amounts do not add up to zero:
|
||||
2009/01/01 broken entry
|
||||
дебит 1
|
||||
кредит -2
|
Loading…
Reference in New Issue
Block a user