tidy-html5/regression_testing/cases/github-expects/case-483.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

24 lines
361 B
HTML
Raw Blame History

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