diff --git a/tests/commented-posting.test b/tests/commented-posting.test new file mode 100644 index 000000000..51d8c094c --- /dev/null +++ b/tests/commented-posting.test @@ -0,0 +1,11 @@ +print +<<< +2009/01/01 x + ; comment line + a 1 + b +>>> +2009/01/01 x + a 1 + b + diff --git a/tests/eliding-print.test.disabled b/tests/eliding-print.test.notimplemented similarity index 100% rename from tests/eliding-print.test.disabled rename to tests/eliding-print.test.notimplemented diff --git a/tests/eliding-register.test.disabled b/tests/eliding-register.test.notimplemented similarity index 100% rename from tests/eliding-register.test.disabled rename to tests/eliding-register.test.notimplemented diff --git a/tests/unicode-error-message.test.disabled b/tests/unicode-error-message.test.notimplemented similarity index 57% rename from tests/unicode-error-message.test.disabled rename to tests/unicode-error-message.test.notimplemented index a70c3f9be..4fb08acbf 100644 --- a/tests/unicode-error-message.test.disabled +++ b/tests/unicode-error-message.test.notimplemented @@ -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