add test case with a few ligatures and combining character sequences.

This commit is contained in:
Brian J. Burg 2012-11-16 09:43:09 -08:00
parent c29855f66a
commit d3debc6bf8

17
src/test/complex.html Normal file
View file

@ -0,0 +1,17 @@
<body>
<div>
Here come the ligatures: A fellow with some waffles sending a letter, while playing a tutti fb fh tf.
</div>
<div>
Here come the combining character sequences:
&#168;
A&#776; = &#196;
a&#776; = &#228;
O&#776; = &#214;
o&#776; = &#246;
U&#776; = &#220;
u&#776; = &#252;
Z&#776;
z&#776;
</div>
</body>