commonTest.org.luaj.vm2.ParserTest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of luak Show documentation
Show all versions of luak Show documentation
Multiplatform Kotlin LuaJ port (LUA interpreter)
package org.luaj.vm2
import org.luaj.test.*
import org.luaj.vm2.parser.*
import kotlin.test.*
class ParserTest {
@Test
fun test() {
LuaParser(AllLua).Block()
}
}