tidy-html5/regression_testing/cases/github-cases/case-483@1.html
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04:00

14 lines
316 B
HTML

<!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>