mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-26 09:14:00 +00:00
fixed graphics module
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
t99bott.nim;20;constant expression expected
|
||||
tadrdisc.nim;15;for a 'var' type a variable needs to be passed
|
||||
tambsym.nim;6;ambiguous identifier
|
||||
tambsym2.nim;4;undeclared identifier: 'CreateRGBSurface'
|
||||
tambsym3.nim;6;ambiguous identifier
|
||||
tbind2.nim;7;ambiguous call
|
||||
tbind4.nim;4;instantiation from here
|
||||
|
||||
|
@@ -99,7 +99,7 @@ proc colorBool(b: bool): string =
|
||||
else: result = "<span color:\"red\">no</span>"
|
||||
|
||||
proc `$`(r: TResults): string =
|
||||
result = "<table><tr><td>Test</td><td>Expected</td>" &
|
||||
result = "<table border=\"1\"><tr><td>Test</td><td>Expected</td>" &
|
||||
"<td>Given</td><td>Success</td></tr>\n"
|
||||
for test, expected, given, success in items(r.data):
|
||||
result.add("<tr><td>$#</td><td>$#</td><td>$#</td><td>$#</td></tr>\n" % [
|
||||
|
||||
Reference in New Issue
Block a user