summary refs log tree commit diff stats
path: root/tests/misc/tinvalidnewseq.nim
Commit message (Collapse)AuthorAgeFilesLines
* added nkError to the AST (#17567)Andreas Rumpf2021-03-291-1/+1
| | | | | | | | | | | | | * added nkError to the AST * Update lib/core/macros.nim Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update compiler/ast.nim Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* require errormsg to be specified before file.Arne Döring2018-12-111-4/+1
|
* make more tests greenAraq2018-02-101-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-4/+4
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+27
Add some documentations and code examples in system