mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
#16476: Fix json.tool to avoid including trailing whitespace.
This commit is contained in:
parent
057bcb4c6c
commit
b32512ed9a
3 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue