···411411// share as much as possible with the original string without having to build
412412// a new one from scratch.
413413//
414414-@target(erlang)
415414fn do_escape_html(
416415 bin: BitArray,
417416 skip: Int,
···447446 }
448447}
449448450450-@target(erlang)
451449fn do_escape_html_regular(
452450 bin: BitArray,
453451 skip: Int,