<!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>
ó
{fc           @   sm   d  d l  Z  d  d l j Z d  d l m Z d e  j f d „  ƒ  YZ e d k ri e  j	 d d d e
 ƒ n  d S(	   iÿÿÿÿN(   t   Editort
   rstripTestc           B   s   e  Z d  „  Z d „  Z RS(   c         C   s±   t  ƒ  } | j } t j | ƒ j } | ƒ  |  j | j d d ƒ d ƒ | j d d ƒ | ƒ  |  j | j d d ƒ d ƒ | j d d ƒ | ƒ  |  j | j d d ƒ d ƒ d  S(   Ns   1.0t   insertt    s        s        
s   
(   R    t   textt   rst   RstripExtensiont	   do_rstript   assertEqualt   getR   (   t   selft   editorR   R   (    (    s5   /usr/lib64/python2.7/idlelib/idle_test/test_rstrip.pyt   test_rstrip_line   s    		c         C   sg   t  ƒ  } | j } t j | ƒ j } d } d } | j d | ƒ | ƒ  |  j | j d d ƒ | ƒ d  S(   Ns‡   Line with an ending tab    
Line ending in 5 spaces     
Linewithnospaces
    indented line
    indented line with trailing space 
    sy   Line with an ending tab
Line ending in 5 spaces
Linewithnospaces
    indented line
    indented line with trailing space
s   1.0R   (   R    R   R   R   R   R   R   R	   (   R
   R   R   R   t   originalt   stripped(    (    s5   /usr/lib64/python2.7/idlelib/idle_test/test_rstrip.pyt   test_rstrip_multiple   s    		(   t   __name__t
   __module__R   R   (    (    (    s5   /usr/lib64/python2.7/idlelib/idle_test/test_rstrip.pyR      s   	t   __main__t	   verbosityi   t   exit(   t   unittestt   idlelib.RstripExtensionR   R   t   idlelib.idle_test.mock_idleR    t   TestCaseR   R   t   maint   False(    (    (    s5   /usr/lib64/python2.7/idlelib/idle_test/test_rstrip.pyt   <module>   s
   +