Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix =regex note query syntax | Gwyneth Morgan | 2023-10-12 | 1 | -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 tests | John Wiegley | 2012-05-20 | 1 | -0/+1 |
| | |||||
* | Added --dc option, for debit/credit style reports | John Wiegley | 2012-03-10 | 8 | -13/+13 |
| | |||||
* | Changed testing format to aid with debugging | John Wiegley | 2011-02-12 | 10 | -30/+30 |
| | |||||
* | Removed needless "=== 0" and ">>>2" lines from test files | John Wiegley | 2011-02-12 | 10 | -20/+0 |
| | |||||
* | Fixed tests relative to recent --pivot change | John Wiegley | 2010-02-04 | 2 | -4/+4 |
| | |||||
* | Renamed --set-reported-account to just --account | John Wiegley | 2009-11-06 | 2 | -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 ManualTests | John Wiegley | 2009-11-02 | 10 | -0/+214 |