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

com.lightningkite.khrysalis.util.SmartTabWriterTest.kt Maven / Gradle / Ivy

The newest version!
package com.lightningkite.khrysalis.util

import org.junit.Test

class SmartTabWriterTest {
    @Test
    fun singleBraceTest() {
        println(buildString {
            with(SmartTabWriter(this)) {
                appendln('{')
                append('}')
            }
        })
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy