Skip to content

Commit 52a94c3

Browse files
committed
Rename StringBuilderExtensions* files to AppendableExtensions*
1 parent 2c72389 commit 52a94c3

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

kotlin-codepoints-deluxe/src/commonMain/kotlin/StringBuilderExtensions.kt renamed to kotlin-codepoints-deluxe/src/commonMain/kotlin/AppendableExtensions.kt

File renamed without changes.

kotlin-codepoints-deluxe/src/commonTest/kotlin/StringBuilderExtensionsTest.kt renamed to kotlin-codepoints-deluxe/src/commonTest/kotlin/AppendableExtensionsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package de.cketti.codepoints.deluxe
33
import kotlin.test.assertEquals
44
import kotlin.test.Test
55

6-
class StringBuilderExtensionsTest {
6+
class AppendableExtensionsTest {
77
@Test
88
fun appendCodePoint() {
99
val actual = buildString {

kotlin-codepoints/src/commonMain/kotlin/StringBuilderExtensions.kt renamed to kotlin-codepoints/src/commonMain/kotlin/AppendableExtensions.kt

File renamed without changes.

kotlin-codepoints/src/commonTest/kotlin/StringBuilderExtensionsTest.kt renamed to kotlin-codepoints/src/commonTest/kotlin/AppendableExtensionsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package de.cketti.codepoints
33
import kotlin.test.assertEquals
44
import kotlin.test.Test
55

6-
class StringBuilderExtensionsTest {
6+
class AppendableExtensionsTest {
77
@Test
88
fun appendCodePoint() {
99
val actual = buildString {

0 commit comments

Comments
 (0)