summaryrefslogtreecommitdiff
path: root/Lib/test/json_tests/test_tool.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-29 02:25:03 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-29 02:25:03 +0200
commit21b88b83f813a30f697b2e8de188da7ee329baf1 (patch)
tree1e732593d21e968f33bcf083f4339c5f98d7b0f6 /Lib/test/json_tests/test_tool.py
parent4837e12420abecee6eebca7fed58d16132684f11 (diff)
downloadcpython-21b88b83f813a30f697b2e8de188da7ee329baf1.tar.gz
#16476: Fix json.tool to avoid including trailing whitespace.
Diffstat (limited to 'Lib/test/json_tests/test_tool.py')
-rw-r--r--Lib/test/json_tests/test_tool.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/Lib/test/json_tests/test_tool.py b/Lib/test/json_tests/test_tool.py
index 8a3cc6f77f..1f2c8a2442 100644
--- a/Lib/test/json_tests/test_tool.py
+++ b/Lib/test/json_tests/test_tool.py
@@ -19,19 +19,19 @@ class TestTool(unittest.TestCase):
[
[
"blorpie"
- ],
+ ],
[
"whoops"
- ],
- [],
- "d-shtaeou",
- "d-nthiouh",
- "i-vhbjkhnth",
+ ],
+ [],
+ "d-shtaeou",
+ "d-nthiouh",
+ "i-vhbjkhnth",
{
"nifty": 87
- },
+ },
{
- "field": "yes",
+ "field": "yes",
"morefield": false
}
]