-
Notifications
You must be signed in to change notification settings - Fork 4
Open
0 / 20 of 2 issues completedDescription
def CreateHTMLTable(getValueFunc, width, height):
return "<table><tr><td>" + getValueFunc(0, 0) + "</td></tr></table>"
def TestCreateHTMLTable():
def TestGetValue(x, y):
return " "
assert CreateHTMLTable(TestGetValue,1,1) == "<table><tr><td> </td></tr></table>"
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels