summaryrefslogtreecommitdiff
path: root/test/manual
Commit message (Collapse)AuthorAgeFilesLines
* Fix =regex note query syntaxGwyneth Morgan2023-10-121-3/+8
| | | | | | | | | | | | The manpage documents `=regex` as equivalent to the `note regex` query syntax, but the former does not actually work as the parser only handles an equals sign in the case of `tag type=dining` syntax, and doesn't handle the case where an equals sign starts a note query. Fixing this does break queries like `tag type = dining` with spaces around the equals sign, but that syntax was not intended or documented. Closes: #2275
* Enable the baseline and manual testsJohn Wiegley2012-05-201-0/+1
|
* Added --dc option, for debit/credit style reportsJohn Wiegley2012-03-108-13/+13
|
* Changed testing format to aid with debuggingJohn Wiegley2011-02-1210-30/+30
|
* Removed needless "=== 0" and ">>>2" lines from test filesJohn Wiegley2011-02-1210-20/+0
|
* Fixed tests relative to recent --pivot changeJohn Wiegley2010-02-042-4/+4
|
* Renamed --set-reported-account to just --accountJohn Wiegley2009-11-062-2/+2
| | | | | | | This fits better with the --amount and --total options, which both change the amount and total used for calculation. Same with --account: it happens after filtering, but before calculation so that balance reports look as you'd expect.
* Renamed the DocTests to ManualTestsJohn Wiegley2009-11-0210-0/+214