Rename testAutlinks to testAutolink, refine test description, and bump version to 2.1.1.

This commit is contained in:
2026-02-27 15:22:04 +01:00
parent f93a06451d
commit c38f42810f
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
group = "nl.astraeus"
version = "2.1.0"
version = "2.1.1"
repositories {
mavenCentral()

View File

@@ -396,7 +396,7 @@ class ParseTest {
}
@Test
fun testAutlinks() {
fun testAutolink() {
val input = """
Dit is een text met <info@example.com> mail autolink and <http://www.nu.nl> http autolink and <nonsense> autolink.
""".trimIndent()