Add more color code tests
[no changelog]
This commit is contained in:
@@ -93,7 +93,7 @@ fun CharSequence.removeColorCodes(keepNonColorCodes: Boolean = false): String {
|
||||
}
|
||||
|
||||
val Text.unformattedString: String
|
||||
get() = string.removeColorCodes().toString()
|
||||
get() = string.removeColorCodes()
|
||||
|
||||
|
||||
fun Text.transformEachRecursively(function: (Text) -> Text): Text {
|
||||
|
||||
Reference in New Issue
Block a user