summaryrefslogtreecommitdiffstats
path: root/tests/expected/libsmartcols/fromfile-tree-json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:10:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:10:49 +0000
commitcfe5e3905201349e9cf3f95d52ff4bd100bde37d (patch)
treed0baf160cbee3195249d095f85e52d20c21acf02 /tests/expected/libsmartcols/fromfile-tree-json
parentInitial commit. (diff)
downloadutil-linux-cfe5e3905201349e9cf3f95d52ff4bd100bde37d.tar.xz
util-linux-cfe5e3905201349e9cf3f95d52ff4bd100bde37d.zip
Adding upstream version 2.39.3.upstream/2.39.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/expected/libsmartcols/fromfile-tree-json')
-rw-r--r--tests/expected/libsmartcols/fromfile-tree-json70
1 files changed, 70 insertions, 0 deletions
diff --git a/tests/expected/libsmartcols/fromfile-tree-json b/tests/expected/libsmartcols/fromfile-tree-json
new file mode 100644
index 0000000..3d65183
--- /dev/null
+++ b/tests/expected/libsmartcols/fromfile-tree-json
@@ -0,0 +1,70 @@
+{
+ "testtable": [
+ {
+ "tree": "aaaa",
+ "id": "1",
+ "parent": "0",
+ "strings": "qqqqqqqqqqqqqqqqqX",
+ "children": [
+ {
+ "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": "ccccc",
+ "id": "3",
+ "parent": "1",
+ "strings": "ffffffffffffffffffffffffffffffffffffffffX",
+ "children": [
+ {
+ "tree": "gggggg",
+ "id": "7",
+ "parent": "3",
+ "strings": "mmmmmmmmmmmmmmmmmmmX",
+ "children": [
+ {
+ "tree": "hhh",
+ "id": "8",
+ "parent": "7",
+ "strings": "lllllllllllllllllllllllllllllllllllllX",
+ "children": [
+ {
+ "tree": "iiiiii",
+ "id": "9",
+ "parent": "8",
+ "strings": "yyyyyyyyyyyyyyyyyyyyyyyyyyyyX"
+ }
+ ]
+ },{
+ "tree": "jj",
+ "id": "10",
+ "parent": "7",
+ "strings": "pppppppppX"
+ }
+ ]
+ }
+ ]
+ },{
+ "tree": "dddddd",
+ "id": "4",
+ "parent": "1",
+ "strings": "ssssssssssX"
+ }
+ ]
+ }
+ ]
+}