summaryrefslogtreecommitdiffstats
path: root/tests/expected/libsmartcols
diff options
context:
space:
mode:
authorKarel Zak2018-04-04 14:22:04 +0200
committerKarel Zak2018-04-04 14:22:04 +0200
commita40c12837f1dc0713b68da0b3724da40b3aea5bc (patch)
treefcec66daf6d350b7802d1b49936a45bedc494748 /tests/expected/libsmartcols
parentlsblk: consolidate column types for JSON and qsort() (diff)
downloadkernel-qcow2-util-linux-a40c12837f1dc0713b68da0b3724da40b3aea5bc.tar.gz
kernel-qcow2-util-linux-a40c12837f1dc0713b68da0b3724da40b3aea5bc.tar.xz
kernel-qcow2-util-linux-a40c12837f1dc0713b68da0b3724da40b3aea5bc.zip
tests: update JSON outputs
It does not contains extra space after ":" separator anymore. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/libsmartcols')
-rw-r--r--tests/expected/libsmartcols/fromfile-tree-json20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/expected/libsmartcols/fromfile-tree-json b/tests/expected/libsmartcols/fromfile-tree-json
index 02aa98610..5b3546d0a 100644
--- a/tests/expected/libsmartcols/fromfile-tree-json
+++ b/tests/expected/libsmartcols/fromfile-tree-json
@@ -1,28 +1,28 @@
{
"testtable": [
- {"tree": "aaaa", "id": "1", "parent": "0", "strings": "qqqqqqqqqqqqqqqqqX",
+ {"tree":"aaaa", "id":"1", "parent":"0", "strings":"qqqqqqqqqqqqqqqqqX",
"children": [
- {"tree": "bbb", "id": "2", "parent": "1", "strings": "dddddddddddddX",
+ {"tree":"bbb", "id":"2", "parent":"1", "strings":"dddddddddddddX",
"children": [
- {"tree": "ee", "id": "5", "parent": "2", "strings": "ddddddddddddddddddddddddddX"},
- {"tree": "ffff", "id": "6", "parent": "2", "strings": "jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjX"}
+ {"tree":"ee", "id":"5", "parent":"2", "strings":"ddddddddddddddddddddddddddX"},
+ {"tree":"ffff", "id":"6", "parent":"2", "strings":"jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjX"}
]
},
- {"tree": "ccccc", "id": "3", "parent": "1", "strings": "ffffffffffffffffffffffffffffffffffffffffX",
+ {"tree":"ccccc", "id":"3", "parent":"1", "strings":"ffffffffffffffffffffffffffffffffffffffffX",
"children": [
- {"tree": "gggggg", "id": "7", "parent": "3", "strings": "mmmmmmmmmmmmmmmmmmmX",
+ {"tree":"gggggg", "id":"7", "parent":"3", "strings":"mmmmmmmmmmmmmmmmmmmX",
"children": [
- {"tree": "hhh", "id": "8", "parent": "7", "strings": "lllllllllllllllllllllllllllllllllllllX",
+ {"tree":"hhh", "id":"8", "parent":"7", "strings":"lllllllllllllllllllllllllllllllllllllX",
"children": [
- {"tree": "iiiiii", "id": "9", "parent": "8", "strings": "yyyyyyyyyyyyyyyyyyyyyyyyyyyyX"}
+ {"tree":"iiiiii", "id":"9", "parent":"8", "strings":"yyyyyyyyyyyyyyyyyyyyyyyyyyyyX"}
]
},
- {"tree": "jj", "id": "10", "parent": "7", "strings": "pppppppppX"}
+ {"tree":"jj", "id":"10", "parent":"7", "strings":"pppppppppX"}
]
}
]
},
- {"tree": "dddddd", "id": "4", "parent": "1", "strings": "ssssssssssX"}
+ {"tree":"dddddd", "id":"4", "parent":"1", "strings":"ssssssssssX"}
]
}
]