Skip to content

Commit 096eff7

Browse files
committed
💡 add reference comment for QsParser test cases ported from Java library
1 parent ae53758 commit 096eff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qs-kotlin/src/test/kotlin/io/github/techouse/qskotlin/unit/QsParserSpec.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import io.kotest.matchers.shouldBe
1111
import io.kotest.matchers.string.shouldContain
1212
import java.nio.charset.StandardCharsets
1313

14+
/** Test cases ported from the QsParser Java library https://github.com/atek-software/qsparser */
1415
class QsParserSpec :
1516
DescribeSpec({
1617
/// Ported from

0 commit comments

Comments
 (0)