some love for the testsuite; fixed regressions

This commit is contained in:
Araq
2015-03-01 21:41:21 +01:00
parent 566ee874cd
commit 24ae0c387f
19 changed files with 133 additions and 51 deletions

View File

@@ -6,11 +6,11 @@ import marshal
template testit(x: expr) = discard $$to[type(x)]($$x)
var x: array[0..4, array[0..4, string]] = [
["test", "1", "2", "3", "4"], ["test", "1", "2", "3", "4"],
["test", "1", "2", "3", "4"], ["test", "1", "2", "3", "4"],
["test", "1", "2", "3", "4"]]
testit(x)
var x: array[0..4, array[0..4, string]] = [
["test", "1", "2", "3", "4"], ["test", "1", "2", "3", "4"],
["test", "1", "2", "3", "4"], ["test", "1", "2", "3", "4"],
["test", "1", "2", "3", "4"]]
testit(x)
var test2: tuple[name: string, s: int] = ("tuple test", 56)
testit(test2)
@@ -24,7 +24,7 @@ type
of blah:
help: string
else:
nil
discard
PNode = ref TNode
TNode = object