summaryrefslogtreecommitdiff
path: root/test/regress/25A099C9.test
Commit message (Collapse)AuthorAgeFilesLines
* Move garbage-input.dat to test case using itTim Landscheidt2019-01-221-30/+30
|
* Fix test file regress/25A099C9.test.thdox2015-07-311-33/+51
|
* Revert "Disable three tests preventing Jenkins from succeeding"thdox2015-07-311-0/+43
| | | | This reverts commit 8d1067c89c1c283accfeebb1ff35276b8eb35749.
* Disable three tests preventing Jenkins from succeedingJohn Wiegley2013-06-191-43/+0
| | | | | | These aren't actually failures, just issues with the way that Jenkins works on my system (mainly because ~/.jenkins is a symlink pointing at another volume).
* Divorces 25A099C9 from the actual amount.h source fileCraig Earls2013-01-301-21/+21
| | | | | | | This test appears to test the garbage input handling on ledger. garbage-input.dat has been added to the test directory for use by this test, allowing development with amount.h to proceed without tripping this particular test inappropriately
* Fixed a regression testJohn Wiegley2012-11-121-10/+10
|
* Always store absolute paths internallyJohn Wiegley2012-08-021-20/+20
|
* Never price commodities using annotated commoditiesJohn Wiegley2012-03-301-10/+10
|
* Simplified a regression testJohn Wiegley2012-03-171-21/+21
|
* Improved error reports about leading whitespaceJohn Wiegley2012-03-161-1169/+1
|
* Unexpected initial whitespace is an error (again)John Wiegley2012-03-161-1/+1195
| | | | Fixes #565
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-6/+6
|
* Added amount_t::commodity_ptr()John Wiegley2012-03-091-6/+6
|
* All tests are working again but oneJohn Wiegley2012-03-051-6/+6
|
* Changed testing format to aid with debuggingJohn Wiegley2011-02-121-5/+3
|
* New display flag AMOUNT_PRINT_ELIDE_COMMODITY_QUOTESJohn Wiegley2010-06-091-6/+6
| | | | | | | | This is used by reports like register and balance so that separated commodities without spaces in them needed be surrounded by quotes. It will still occur in most other places. Fixes #200 / F82CF11F-BFD9-4512-A562-202B04B68051
* A further simplification of -V and -XJohn Wiegley2010-06-071-6/+6
| | | | | | | | With -X COMM, all values are computed in terms of COMM, regardless. With -V, only secondary commodities will ever be computed, never primaries. Further, if a secondary commodities has an associated price, the valuation is done in terms of that price's commodity.
* amount_t::print and value_t::print now use flagsJohn Wiegley2010-06-071-4/+4
|
* A little bit of code cleanupJohn Wiegley2010-06-041-7/+7
|
* Minor optimization of amount_t::operator*John Wiegley2010-06-031-6/+6
|
* Optimized amount_t::in_place_truncateJohn Wiegley2010-05-261-6/+6
|
* Fixed a regression test due to changes in amount.hJohn Wiegley2009-11-201-6/+6
|
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-6/+6
|
* Automated postings defer amount expression calculationJohn Wiegley2009-11-111-6/+6
| | | | | | | | | | | | | | | | | This allows for value expressions to be used which reference the incoming posting, for example: = Income:Clients: (Liabilities:Taxes:VAT1) (floor(amount) * 1) (Liabilities:Taxes:VAT2) 0.19 2009/07/27 * Invoice Assets:Bank:Checking $1,190.45 Income:Clients:ACME_Inc The automated posting for VAT1 will use the floored amount multiplied by a factor, while the posting for VAT2 multiples the whole amount as before.
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-6/+6
|
* Added several new regression testsJohn Wiegley2009-11-021-0/+19