<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
3
h@                 @   sl   d Z yddlZW n ek
r,   ddlZY nX ddlmZ ddddgZG dd dejZe	dkrhej
  dS )z(Tests for google.protobuf.text_encoding.    N)text_encodingfoo\rbar\nbaz\t   foobar
baz	"\'full of \"sound\" and \"fury\"\'   'full of "sound" and "fury"'signi\\fying\\ nothing\\   signi\fying\ nothing\\010\t\n\013\014\r	\t\n\r   	
c               @   s   e Zd Zdd Zdd ZdS )TextEncodingTestCasec             C   sD   x>t D ]6\}}}| j|tj|dd | j|tj|dd qW d S )NF)Zas_utf8T)TEST_VALUESassertEqualr   ZCEscape)selfescapedescaped_utf8	unescaped r   (/usr/lib/python3.6/text_encoding_test.pytestCEscape9   s
    z TextEncodingTestCase.testCEscapec             C   s<   x6t D ].\}}}| j|tj| | j|tj| qW d S )N)r   r   r   Z	CUnescape)r   r   r   r   r   r   r   testCUnescape@   s    z"TextEncodingTestCase.testCUnescapeN)__name__
__module____qualname__r   r   r   r   r   r   r   8   s   r   __main__)r   r   r   )r   r   r   )r   r   r   )r	   r
   r   )__doc__Z	unittest2ZunittestImportErrorZgoogle.protobufr   r   ZTestCaser   r   mainr   r   r   r   <module>    s(           