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 3110a8f commit ae53758Copy full SHA for ae53758
qs-kotlin/src/test/kotlin/io/github/techouse/qskotlin/unit/QsParserSpec.kt
@@ -987,6 +987,8 @@ class QsParserSpec :
987
}
988
989
990
+ /// Ported from
991
+ // https://github.com/atek-software/qsparser/blob/main/src/test/java/ro/atek/qsparser/UtilsTest.java
992
describe("Utils.merge") {
993
it("should merge with null values") {
994
Utils.merge(null, listOf(42)) shouldBe listOf(null, 42)
0 commit comments