added a bunch more JS test cases from standard library test cases

This commit is contained in:
James Strachan
2012-07-03 22:20:00 +01:00
parent 038f0af68f
commit 8f94f5e43f
6 changed files with 23 additions and 7 deletions
@@ -14,7 +14,10 @@ import java.util.ArrayList
/**
*/
class KDocTest {
Test fun generateKDocForStandardLibrary() {
Test fun dummy() {
}
//Test
fun generateKDocForStandardLibrary() {
var moduleName = "ApiDocsModule.kt"
var dir = "."
if (!File(moduleName).exists()) {