dokka icon indicating copy to clipboard operation
dokka copied to clipboard

markdown parser tests

Open msink opened this issue 4 years ago • 3 comments

Tests for markdown parser compliance to CommonMark Specification

Currently:

  • Code spans - 15 of 22 tests produce different results compared to expected by spec.
  • Line breaks - 13 of 20 tests produce different results compared to expected by spec.

Really expected by specification results placed in "///" comments.

msink avatar Jul 20 '21 13:07 msink

Let's make it a separate project inside this repo maybe

koperagen avatar Sep 24 '24 13:09 koperagen

I will track changes for SQL here

zaleslaw avatar Sep 25 '24 15:09 zaleslaw

https://github.com/Kotlin/dataframe/issues/1242

Jolanrensen avatar Jun 17 '25 10:06 Jolanrensen