We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7243ee5 commit e838fc2Copy full SHA for e838fc2
qs-kotlin/src/test/kotlin/io/github/techouse/qskotlin/unit/QsParserSpec.kt
@@ -666,7 +666,8 @@ class QsParserSpec :
666
667
it("should allow for decoding keys and values") {
668
val keyValueDecoder: Decoder = { content, _ ->
669
- // Note: Kotlin implementation doesn't distinguish between key and value decoding
+ // Note: Kotlin implementation doesn't distinguish between key and value
670
+ // decoding
671
content?.lowercase()
672
}
673
val options = DecodeOptions(decoder = keyValueDecoder)
0 commit comments