summary refs log tree commit diff stats
path: root/tests/stdlib/nre
Commit message (Collapse)AuthorAgeFilesLines
* remove some noises in tests (#16448)flywind2020-12-278-39/+39
|
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-2/+2
| | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here.
* Rework nil/option for nre in light of ""==nilFlaviu Tamas2018-12-113-18/+25
| | | | Fixes #9243
* Revert 7f49364fd0 for nreFlaviu Tamas2018-12-112-5/+5
|
* make more tests greenAndreas Rumpf2018-08-132-5/+5
|
* More robust tests for #5453 (#5469)Florent2017-03-031-14/+9
|
* fixes #5444 - nre.findIter keeps searching when no match is possible (#5453)Florent2017-03-021-0/+19
|
* make tests green againAndreas Rumpf2016-07-291-1/+3
|
* SpellcheckFederico Ceratto2016-02-291-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Fix flaviut/nre#20Flaviu Tamas2015-06-181-0/+1
|
* Fix nre testsFlaviu Tamas2015-06-071-1/+1
|
* Rearrange nre filesFlaviu Tamas2015-05-269-0/+236