summaryrefslogtreecommitdiff
path: root/test/input
Commit message (Collapse)AuthorAgeFilesLines
* Fix silent errors when reading lines from input files.Austin Wise2021-08-241-0/+6
| | | | | | | | Handle files that don't end with a new line. Throw an error when the buffer size is exceeded. Fixes #516 Contributes to #1149
* Add regress test for bugs 550 and 584thdox2017-01-051-55/+0
|
* Corrected discrepancies between documentation and drewr3.dat regarding apply ↵Craig Earls2013-09-071-11/+0
| | | | and bucket
* Fix test/input/drewr3.datJohn Wiegley2013-05-231-8/+8
|
* Initial commit of ledger-mode documentation and demo fileCraig Earls2013-02-261-0/+63
|
* Use "apply tag" instead of "tag" in test/input/sample.datJohn Wiegley2012-02-271-2/+4
|
* Moved some files into their right locationsJohn Wiegley2012-02-102-0/+66
|
* Added detailed documentation of most command directives. Added command ↵Craig Earls2012-02-101-2/+18
| | | | directives to test/input/drewr3.dat to demonstrate @tag @account @bucket.
* Ready for first publicationCraig Earls2011-10-021-7/+7
|
* updated to work with V3Craig Earls2011-09-291-0/+67
|
* General document structuring and transfer from older docsCraig Earls2011-09-281-2/+2
|
* Removed test/input/speed-test.datJohn Wiegley2010-11-261-32717/+0
|
* Added a 'speedtest' Makefile targetJohn Wiegley2010-06-071-0/+32717
|
* Updated test/input/sample.datJohn Wiegley2009-11-201-12/+22
|
* Added a new entry to the drewr.dat fileJohn Wiegley2009-06-021-0/+4
|
* Created test/input/wow.datJohn Wiegley2009-02-281-0/+550
|
* Reorganized some files in tools/ and test/John Wiegley2009-02-283-0/+323
|
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-0/+5619
This way, if the running total is off by a penny or two due to rounding of one or more commodities in the account, the user will see it. This commit also reorganizes the testing code a bit, which I did after adding the ninth test series (ConfirmTests), to validate the new rounding code.