File: //usr/local/lib/python3.7/test/test_json/__pycache__/test_indent.cpython-37.pyc
B
��g � @ sZ d dl Z d dlmZ d dlmZmZ G dd� d�ZG dd� dee�ZG dd � d ee�ZdS )
� N)�StringIO)�PyTest�CTestc @ s e Zd Zdd� Zdd� ZdS )�
TestIndentc
C s� dgdgg dddddidd d
�g}t �d�}| �|�}| j|dd
dd�}| j|dd
dd�}| j|dd
d�}| j|dd
d�}| �|�}| �|�} | �|�}
| �||� | �| |� | �|
|� | �||�d�� | �||� | �||� | �||� d S )NZblorpieZwhoopsz d-shtaeouz d-nthiouhzi-vhbjkhnthZnifty�W ZyesF)ZfieldZ morefielda3 [
[
"blorpie"
],
[
"whoops"
],
[],
"d-shtaeou",
"d-nthiouh",
"i-vhbjkhnth",
{
"nifty": 87
},
{
"field": "yes",
"morefield": false
}
]� T)�,z: )�indent� sort_keysZ
separators� )r r
)�textwrap�dedent�dumps�loads�assertEqual�
expandtabs)�self�h�expect�d1Zd2Zd3Zd4Zd5Zh1Zh2Zh3� r �6/usr/local/lib/python3.7/test/test_json/test_indent.py�test_indent s&