|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
| def | appendtest (tests, input, expected) |
Variables | |
| string | doctmpl |
| string | testobj = "{name:'%s', input:'%s', expected:'%s'}" |
| files = os.listdir('dat/') | |
| list | tests = [] |
| string | input = "" |
| string | expected = "" |
| string | state = "" |
| f = open('dat/'+file) | |
| line = f.readline() | |
| barename = file.replace(".dat", "") | |
| out = open('tests/'+barename+".html", "w") | |
| def buildtests.appendtest | ( | tests, | |
| input, | |||
| expected | |||
| ) |
| buildtests.barename = file.replace(".dat", "") |
| string buildtests.doctmpl |
| string buildtests.expected = "" |
| buildtests.files = os.listdir('dat/') |
| string buildtests.input = "" |
| buildtests.line = f.readline() |
| string buildtests.state = "" |
| list buildtests.tests = [] |
1.8.13