summary refs log tree commit diff stats
path: root/nimpretty/tests
Commit message (Collapse)AuthorAgeFilesLines
* fixes #10200 (#10950)tofu2019-04-042-0/+12
| | | | | | | | | | | | * fixes #10200 * add rule for other comparison operators * add rule for '!=' * add test * fixed to pass the test
* nimpretty: fixes #9673 [backport]Andreas Rumpf2018-11-112-0/+6
|
* nimpretty: fixes #9506Andreas Rumpf2018-10-262-0/+12
|
* nimpretty: fixes #9500Araq2018-10-252-0/+46
|
* nimpretty: fixes #9504Araq2018-10-252-0/+10
|
* nimpretty: closes #9484Araq2018-10-242-0/+18
|
* nimpretty: test for idempotence; fixes #9483Araq2018-10-242-0/+14
|
* nimpretty: fixes #8078Araq2018-10-242-0/+16
|
* nimpretty: fixes #9398Araq2018-10-243-1/+14
|
* closes #9400Araq2018-10-232-0/+10
|
* nimpretty: minor bug fixAraq2018-10-232-0/+2
|
* nimpretty: added an new simple testAndreas Rumpf2018-10-162-0/+6
|
* nimpretty: fixes #9144Andreas Rumpf2018-10-162-0/+9
|
* nimpretty: add #!nimpretty on/off directivesAndreas Rumpf2018-10-162-4/+20
|
* nimpretty: fixes #8626Andreas Rumpf2018-10-162-0/+10
|
* nimpretty: render r-strings properly, fixes #9236Andreas Rumpf2018-10-162-0/+4
|
* nimpretty: detect '; vs ,' style based on the first usage of the token in ↵Araq2018-06-261-1/+1
| | | | parameter lists
* nimpretty: bugfixes; refs #8078Araq2018-06-202-0/+34
|
* nimpretty: added more code claimed to not be workingAndreas Rumpf2018-06-202-0/+26
|
* nimpretty: fixes more reported issuesAndreas Rumpf2018-06-202-0/+6
|
* nimpretty: don't produce trailing whitespace; fixes the rendering of unary ↵Andreas Rumpf2018-06-192-7/+7
| | | | operators
* nimpretty: proper command line handling; added tests; travis ensures these ↵Andreas Rumpf2018-06-192-0/+575
stay green