summary refs log tree commit diff stats
path: root/tests/errmsgs/tunknown_named_parameter.nim
Commit message (Collapse)AuthorAgeFilesLines
* strutils.nim: Use `func` everywhere (#16281)ee72020-12-071-3/+3
| | | | | | | | | | | | | * strutils.nim: procs with {.noSideEffect.} -> func * strutils.nim: procs without {.noSideEffect.} -> func * strutils.nim: proc -> func for links * strutils.nim: proc -> func in doc comments * test: add strutils to strictFuncs test * test: proc -> func in errmsg test
* docgen: improve alignment of comments (still not perfect) (#15506)Andreas Rumpf2020-10-071-2/+2
| | | | | | | * docgen: improve alignment of comments (still not perfect) * fix error message text in `tunknown_named_parameter` Co-authored-by: narimiran <narimiran@disroot.org>
* fix #13538 sigmatch errors are now sorted (#13701)Timothee Cour2020-03-201-5/+5
| | | | | | | * fix #13538 sigmatch now sorted and has reliable order * re-enable tests that were disabled because of that bug * fix remaining tests and un-disable 2 other tests that were affected by this bug
* fix testsTimothee Cour2019-07-081-2/+2
|
* 32 bit fixes (#10608)Arne Döring2019-02-131-0/+3
|
* better docs: strutilsnarimiran2019-01-161-4/+4
|
* fixes #8043Araq2018-09-031-0/+24