tidy-html5/regression_testing/cases/github-cases/case-483@1.html

14 lines
316 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Issue #483 - surrogate pairs</title>
</head>
<body>
<p>valid pair; no warning - &#55357;&#56845;</p>
<p>out of range pair - &#55359;&#57342;</p>
<p>no trailing pair - &#55357;no tail</p>
<p>no leading pair - no lead&#56845;</p>
</body>
</html>