Skip to content

Commit

Permalink
Escape U+200E and U+200F (#506)
Browse files Browse the repository at this point in the history
Fixes #502
  • Loading branch information
bgotink authored Feb 18, 2025
1 parent 84911fe commit ee79f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/benchmarks/html-standard-compact.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -491685,7 +491685,7 @@ html lang=en-US-x-hixie {
}
td " U+0200E "
td {
span class=glyph ""
span class=glyph "\u{200e}"
}
}
tr id=entity-lrtri {
Expand Down Expand Up @@ -497373,7 +497373,7 @@ html lang=en-US-x-hixie {
}
td " U+0200F "
td {
span class=glyph ""
span class=glyph "\u{200f}"
}
}
tr id=entity-rmoust {
Expand Down

0 comments on commit ee79f9f

Please sign in to comment.