Add infix fun String.selfieIs
(similar to Kotest shouldBe
)
#214
Labels
infix fun String.selfieIs
(similar to Kotest shouldBe
)
#214
Kotest has a very nice
shouldBe
method:someFunction() shouldBe "some value"
It would be handy if Selfie had an infix version:
And all the
//selfieonce
,//SELFIEWRITE
would work too if implemented roughly like so:The main challenge will be adapting this code to parse infix multiline literals
selfie/jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie/guts/SourceFile.kt
Lines 105 to 111 in 952a4eb
The text was updated successfully, but these errors were encountered: