blob: ae4bef0947383202dd5163fc987bf2fa9d1307e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
<!-- some chars that should NOT mirror... -->
<p>c’b‘a</p>
<p>c”b“a</p>
</body>
</html>
|