From c38f42810f196c13330c8ac1a8c268aa1ef1e6e0 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Fri, 27 Feb 2026 15:22:04 +0100 Subject: [PATCH] Rename `testAutlinks` to `testAutolink`, refine test description, and bump version to 2.1.1. --- build.gradle.kts | 2 +- src/commonTest/kotlin/nl/astraeus/markdown/parser/ParseTest.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 04d2858..4daa51b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "nl.astraeus" -version = "2.1.0" +version = "2.1.1" repositories { mavenCentral() diff --git a/src/commonTest/kotlin/nl/astraeus/markdown/parser/ParseTest.kt b/src/commonTest/kotlin/nl/astraeus/markdown/parser/ParseTest.kt index 85dc6b6..cc8e9c2 100644 --- a/src/commonTest/kotlin/nl/astraeus/markdown/parser/ParseTest.kt +++ b/src/commonTest/kotlin/nl/astraeus/markdown/parser/ParseTest.kt @@ -396,7 +396,7 @@ class ParseTest { } @Test - fun testAutlinks() { + fun testAutolink() { val input = """ Dit is een text met mail autolink and http autolink and autolink. """.trimIndent()