o
    ;Di                     @   sL   d dl mZmZmZ d dlZd dlmZ d dlmZ d dl	m
Z
 dd ZdS )    )absolute_importprint_functiondivisionN)NamedTemporaryFile)eq_)tohtmlc                  C   sH   d} t  j}t| |ddd tj|dddd}| }d}t|| d S )	N))nameid)u   Արամ Խաչատրյան   )u   Johann Strauß   )u   Вагиф Сәмәдоғлу   )u	   章子怡   zutf-8
)encodinglineterminatorrt )moder   newlineu  <table class='petl'>
<thead>
<tr>
<th>name</th>
<th>id</th>
</tr>
</thead>
<tbody>
<tr>
<td>Արամ Խաչատրյան</td>
<td style='text-align: right'>1</td>
</tr>
<tr>
<td>Johann Strauß</td>
<td style='text-align: right'>2</td>
</tr>
<tr>
<td>Вагиф Сәмәдоғлу</td>
<td style='text-align: right'>3</td>
</tr>
<tr>
<td>章子怡</td>
<td style='text-align: right'>4</td>
</tr>
</tbody>
</table>
)r   r   r   ioopenreadr   )tblfnfactualexpect r   W/var/www/Datamplify/venv/lib/python3.10/site-packages/petl/test/io/test_html_unicode.pytest_tohtml   s   r   )
__future__r   r   r   r   tempfiler   petl.test.helpersr   petl.io.htmlr   r   r   r   r   r   <module>   s   