summary refs log tree commit diff stats
path: root/tests/manyloc/keineschweine/lib
Commit message (Collapse)AuthorAgeFilesLines
* Make countLines() the same as len(splitLines(s)) (#5470)Simon Krauter2017-03-031-1/+1
| | | | | The result of countLines() is now increased by 1 compared to the old version. Fixes #5460.
* make tests green againAndreas Rumpf2016-11-241-1/+1
|
* changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-311-1/+1
|
* Removed local TAU constant.gmpreussner2016-03-171-1/+0
|
* makes tests greenAndreas Rumpf2016-01-152-3/+3
|
* fix test failures due to import errorsAman Gupta2015-10-021-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0418-1668/+1668
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-042-7/+7
|
* Fix typosFederico Ceratto2015-02-151-2/+2
|
* Clean up tests/manylocdef2015-02-046-49/+49
| | | | named_argument_bug still fails
* some progress for jester+asyncAraq2014-06-276-0/+7503
|
* attempt to make some tests greenAraq2014-04-211-4/+0
|
* improvements for 'not nil' checkingAraq2013-06-131-2/+4
|
* manyloc test should be green againAraq2013-06-041-20/+21
|
* added manyloc test suite; --path now relative to project dir if not absoluteAraq2013-04-1315-0/+1735