summaryrefslogtreecommitdiff
path: root/test/regress
Commit message (Expand)AuthorAgeFilesLines
* add unittest for #ledger/2348Tavis Ormandy2024-08-081-0/+16
* More unit tests for amount_t::roundtoMax Nikulin2024-08-071-2/+2
* add regress test for #2268dbear4962024-08-061-0/+13
* Fix denominator of roundto resultMax Nikulin2024-08-051-0/+83
* print: Align amounts even when account names are longGwyneth Morgan2024-07-101-0/+24
* Restore expr context after calc, #2330 #2343Tavis Ormandy2024-07-081-0/+14
* Fix Query Parser for Automated Transactions (#1)Igbanam Ogbuluijah2024-06-251-0/+14
* Migrate Python scripts to Python 3Alexis Hildebrandt2023-12-041-2/+1
* Fix =regex note query syntaxGwyneth Morgan2023-10-121-1/+1
* add regress test for issue #2270dbear4962023-07-161-0/+13
* fix #2220, bucket transactions ignored with reg --relatedTavis Ormandy2023-04-181-0/+8
* Add regression test for bugs #777 and #2207Martin Michlmayr2023-03-272-0/+22
* Add test cases for issue #2205Martin Michlmayr2023-03-032-0/+31
* Remove obsolete from __future__ importsAlexis Hildebrandt2023-02-015-10/+0
* Sort 786A3DD0.test chronologically by dateAlexis Hildebrandt2023-02-011-1/+1
* Attempt to fix Linux CI failureAlexis Hildebrandt2023-02-011-1/+1
* typo and column alignmentspaette2023-01-233-3/+3
* typosspaette2023-01-074-4/+4
* Fix balancing commodity with smaller unit.Maria2022-10-112-0/+26
* Fix typos found by codespellAlexis Hildebrandt2022-07-191-1/+1
* Fix unrounding for equityOleg Bulatov2022-05-061-0/+30
* Fix test formattingJohn Wiegley2022-05-031-3/+3
* Add test/regress/2109.testJohn Wiegley2022-05-031-0/+23
* Avoid making references to nullKunht Kun2022-03-171-0/+16
* Avoid dereferencing null pointerKunht Kun2022-03-121-0/+12
* Ensure absolute path for includeKunht Kun2022-03-091-2/+2
* Modify a regression test to match output from Boost 1.77John Wiegley2022-02-241-2/+2
* Use correct int return type for stream input operationskanreki2021-12-082-0/+19
* Fix --time-colon for negative time amountsRafael Ascensão2021-09-271-0/+23
* Fix silent errors when reading lines from input files.Austin Wise2021-08-241-0/+4
* Fix amount tokenizer re: embedded minus sign.Donald Lam2021-05-021-0/+12
* Don't use date format %FDaniel Coonce2021-02-021-1/+1
* compare_by_commodity: Always return the result of the recursive callChristoph Dittmann2021-01-301-0/+14
* Do not treat balance assignments with 0 diff as a null postingDaraul Harris2020-12-054-0/+112
* Fix regression in sorted_amountsMartin Michlmayr2020-10-301-0/+17
* Add regression test for issue #1895Martin Michlmayr2020-05-181-0/+31
* Improve testcase for issue #1894 slightlyMartin Michlmayr2020-05-091-3/+8
* Add regression tests for issue #1894Rahix2020-05-092-0/+37
* Ensure that apply directives have an argumentMartin Michlmayr2020-04-271-0/+20
* fix: Fix #543 by tracking an account's real balanceDaraul2020-04-054-0/+104
* Revert expected test time value to correct valueAndy Clayton2020-03-251-1/+1
* test: Unbreak one more test case with python3 bridgeDimitri John Ledkov2019-12-061-1/+1
* Make tests scripts Python 3 compatibleAlexis Hildebrandt2019-12-057-19/+35
* Format annotations using format that can be parsedOleg Bulatov2019-11-272-2/+2
* Add support for '%F' date format specifierMichael Budde2019-04-021-0/+20
* Fix tag value parsingMichael Budde2019-03-301-0/+17
* Reject postings with comment after flagMichael Budde2019-03-301-0/+12
* Fix possible stack overflow in option parsing routineMartin Michlmayr2019-01-261-0/+7
* Fix possible stack overflow in date parsing routineMichael Budde2019-01-261-0/+9
* Merge pull request #1743 from scfc/move-garbage-dat-to-test-using-itJohn Wiegley2019-01-252-30/+823
|\