generated from rnentjes/kotlin-server-web-empty
Rename testAutlinks to testAutolink, refine test description, and bump version to 2.1.1.
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "nl.astraeus"
|
||||
version = "2.1.0"
|
||||
version = "2.1.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user