<!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
2aE                 @   sJ   d dl mZ d dlZd dlmZ G dd dejZedkrFejdd dS )	    )rstripN)Editorc               @   s   e Zd Zdd Zdd ZdS )
rstripTestc             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 )Nz1.0insert z     z     

)r   textr   Rstrip	do_rstripassertEqualgetr   )selfeditorr   r
    r   0/opt/alt/python36/lib64/python3.6/test_rstrip.pytest_rstrip_line	   s    zrstripTest.test_rstrip_linec             C   sJ   t  }|j}tj|j}d}d}|jd| |  | j|jdd| d S )NzLine with an ending tab    
Line ending in 5 spaces     
Linewithnospaces
    indented line
    indented line with trailing space 
    zyLine with an ending tab
Line ending in 5 spaces
Linewithnospaces
    indented line
    indented line with trailing space
z1.0r   )r   r   r   r	   r
   r   r   r   )r   r   r   r
   Zoriginalstrippedr   r   r   test_rstrip_multiple   s    zrstripTest.test_rstrip_multipleN)__name__
__module____qualname__r   r   r   r   r   r   r      s   r   __main__   )	verbosity)	Zidlelibr   ZunittestZidlelib.idle_test.mock_idler   ZTestCaser   r   mainr   r   r   r   <module>   s
   -