summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Testament HTML generation upgrade (#6058)Fredrik Høisæther Rasch2017-10-254-394/+504
|
* Fixes #6571 (#6578)Thomas Johnson2017-10-241-1/+18
|
* isAlphaNumberic and isDigit improvement + tests (#6579)Viktor Marosvary2017-10-241-0/+19
| | | if we encounter a character that does not satisfy the proc, we return immediately, without continuing to loop over the rest of the chars in the string.
* added broken tbintree testAndreas Rumpf2017-10-191-0/+97
|
* make nested custom seqs workAndreas Rumpf2017-10-191-1/+13
|
* destructors: tcustomseqs less embarrassingAndreas Rumpf2017-10-171-4/+9
|
* destructors: irresponsibly simple tcustomseq test worksAndreas Rumpf2017-10-171-0/+126
|
* destructors: lift type bound ops to objects and arrays etcAndreas Rumpf2017-10-171-1/+4
|
* make tests green againAndreas Rumpf2017-10-162-4/+4
|
* Merge pull request #6495 from GULPF/Fix-countLeapYearsDominik Picheta2017-10-161-0/+6
|\ | | | | Fix countLeapYears
| * Fix countLeapYearsOscar Nihlgård2017-10-101-0/+6
| |
* | Add a test-case for #1641Daniil Yarancev2017-10-161-0/+20
| |
* | fixes #5143Araq2017-10-161-3/+3
| |
* | make tests green againAndreas Rumpf2017-10-151-1/+1
| |
* | fixes #4910Araq2017-10-141-0/+8
| |
* | fixes #5620Araq2017-10-141-0/+12
| |
* | @dom96's comments: remove bountysource, revert configurator change.Daniil Yarancev2017-10-141-1/+1
| |
* | [JSON] getBVal -> getBool; getFNum -> getFloatDaniil Yarancev2017-10-142-3/+3
| |
* | new destroyer pass works with procs tooAndreas Rumpf2017-10-131-3/+2
| |
* | added a test case for --newruntimeAndreas Rumpf2017-10-131-0/+97
|/
* Merge branch 'araq-stringify-array' into develAndreas Rumpf2017-10-105-40/+50
|\
| * make tests green againAndreas Rumpf2017-10-101-1/+1
| |
| * make tests green again; closes #5861Andreas Rumpf2017-10-103-4/+4
| |
| * Merge branch 'stringify-array' of https://github.com/krux02/Nim into ↵Andreas Rumpf2017-10-094-39/+49
| |\ | | | | | | | | | krux02-stringify-array
| | * reverted genEchoArne Döring2017-08-081-1/+2
| | |
| | * don't filter '\0' characters in string generationArne Döring2017-08-071-1/+2
| | |
| | * prevent null characters in $ on collections of charArne Döring2017-07-241-3/+1
| | |
| | * made toString test assert basedArne Döring2017-07-241-33/+21
| | |
| | * fixArne Döring2017-07-241-1/+1
| | |
| | * removed newString proc again, reverted some unnecesary changesArne Döring2017-07-243-14/+7
| | |
| | * arrays can now be printedArne Döring2017-07-241-2/+31
| | |
* | | Add dst formatting tests (#6468)GULPF2017-10-101-11/+19
|/ / | | | | | | | | | | * Rename ttime.nim => ttimes.nim * Add formating tests for DST, closes #3199 * Make appveyor green * Remove broken test
* | enable unguarded_access testAndreas Rumpf2017-10-023-6/+7
| |
* | attempt to make appveyor green againAndreas Rumpf2017-10-021-0/+4
| |
* | Add tests for examples from Nim in Action.Dominik Picheta2017-10-0134-0/+1213
| |
* | make tests green againAndreas Rumpf2017-10-012-13/+13
| |
* | make tests green againAndreas Rumpf2017-09-302-9/+9
| |
* | the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-3017-25/+25
| |
* | Improved unittest check macro, fixes #5784 (#6446)GULPF2017-09-301-6/+21
| |
* | added missing test for methodsAndreas Rumpf2017-09-281-0/+21
| |
* | make tests green againAndreas Rumpf2017-09-261-9/+9
| |
* | Array typedesc len (#6032)ephja2017-09-171-0/+18
| |
* | Closes #6083, closes #6086, closes #6379 (#6392)Daniil Yarancev2017-09-161-8/+58
| |
* | Reorder json `add` and `%`, fixes #6385 (#6388)Mamy Ratsimbazafy2017-09-162-0/+15
| | | | | | | | | | | | * Reorder json `add` and `%`, fixes https://github.com/nim-lang/Nim/issues/6385 * rename json test files
* | Fix operations on string as openarray in VM. (#6257)Parashurama2017-09-151-0/+34
| | | | | | | | | | | | | | | | | | | | * fix openarray.len for string as openArray in VM. * fix openarray[idx] for string as openArray in VM. * fix openarray[idx]=val for string as openArray in VM. * add tests for passing string as openArray in VM. * fix issue with NimNode.len NimNode.len was also returning len for string literals. also fix logic bug in if/elif chain.
* | Changed JSON stringification to preserve UTF (#6330)Yuriy Glukhov2017-09-151-1/+1
| |
* | Add counterpart to containsOrIncl for excl (#6360)superfunc2017-09-151-1/+11
| |
* | Fix wrong result of countLines() (#6371)Simon Krauter2017-09-151-0/+12
| |
* | Add test for objvariant construction ordersuperfunc2017-09-091-0/+114
| | | | | | | | Fixes #4665
* | attempt to make travis green againAraq2017-09-051-14/+18
| |