Return Sequence instead of List #6

Merged
marvinelsen merged 8 commits from update-versions into main 2024-09-24 10:10:55 +00:00
Showing only changes of commit ebf608b2fa - Show all commits

View File

@ -7,7 +7,7 @@ import io.kotest.core.spec.style.ShouldSpec
import io.kotest.matchers.shouldBe
import java.util.zip.GZIPInputStream
class CedictParserImplTest : ShouldSpec({
class RegexCedictParserTest : ShouldSpec({
should("parse lines correctly") {
val cedictParser = RegexCedictParser()
val cedictEntry =