summary refs log tree commit diff stats
path: root/tests/init
Commit message (Expand)AuthorAgeFilesLines
* DAA and 'out' parameters (#20506)Andreas Rumpf2022-10-063-1/+84
* close #17636 (#17643)flywind2021-04-061-2/+1
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-041-1/+1
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-1/+1
* activated more tests, allow input in test specArne Döring2018-11-231-1/+2
* make run the default action of a test in testerArne Döring2018-11-231-2/+8
* Extend init variable tracking to tuple assignments (#8321)LemonBoy2018-07-171-0/+21
* make tests green againAndreas Rumpf2018-07-051-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-4/+4
* fixes #2316Araq2015-03-111-0/+54
* made some tests greenAraq2014-08-131-1/+1
* new tester; all tests categorizedAraq2014-01-132-0/+54
ground-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
import cmodule

for i in @[1, 2, 3].cycle():
  echo i