Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.6k stars 130 forks source link

Escaping attribute value characters break Unicode codes #238

Open karollewandowski opened 10 months ago

karollewandowski commented 10 months ago

Attribute value:

This \& that: \u003d

Expected result:

data-test="This & that: \u003d"

Actual result (notice missing \):

data-test="This & that: u003d"

Version affected: 0.10.0.