new tester; all tests categorized

This commit is contained in:
Araq
2014-01-13 02:10:03 +01:00
parent 51ee524109
commit 20b5f31c03
481 changed files with 794 additions and 2506 deletions

View File

@@ -0,0 +1,5 @@
proc p*(f = (proc(): string = "hi")) =
echo f()

View File

@@ -0,0 +1,4 @@
import mdefaultprocparam
p()