Skip to content

Commit ee79f9f

Browse files
authored
Escape U+200E and U+200F (#506)
Fixes #502
1 parent 84911fe commit ee79f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/benchmarks/html-standard-compact.kdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491685,7 +491685,7 @@ html lang=en-US-x-hixie {
491685491685
}
491686491686
td " U+0200E "
491687491687
td {
491688-
span class=glyph ""
491688+
span class=glyph "\u{200e}"
491689491689
}
491690491690
}
491691491691
tr id=entity-lrtri {
@@ -497373,7 +497373,7 @@ html lang=en-US-x-hixie {
497373497373
}
497374497374
td " U+0200F "
497375497375
td {
497376-
span class=glyph ""
497376+
span class=glyph "\u{200f}"
497377497377
}
497378497378
}
497379497379
tr id=entity-rmoust {

0 commit comments

Comments
 (0)