yaml / yaml-test-suite

Comprehensive, language independent Test Suite for YAML
MIT License
172 stars 58 forks source link

Add SnakeYAML Engine KMP to users #136

Open aSemy opened 2 months ago

aSemy commented 2 months ago

SnakeYAML Engine KMP is a Kotlin Multiplatform library (ported from SnakeYAML Engine) that uses yaml-test-suite to test all multiplatform targets (JVM, JS, Native - and soon, Wasm).

https://github.com/krzema12/snakeyaml-engine-kmp/blob/v2.7.5/src/commonTest/kotlin/org/snakeyaml/engine/test_suite/TestSuiteTests.kt

(cc @krzema12)