All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonTest.org.luaj.vm2.ParserTest.kt Maven / Gradle / Ivy

There is a newer version: 4.0.0-alpha-2
Show newest version
package org.luaj.vm2

import org.luaj.test.*
import org.luaj.vm2.parser.*
import kotlin.test.*

class ParserTest {
    @Test
    fun test() {
        LuaParser(AllLua).Block()
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy