summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__close_on_exit_overrides_close_on_exit_in_template.snap
blob: 3cb80cf74c66b8fcfdbf93292931af294a5f4409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
source: zellij-utils/src/input/./unit/layout_test.rs
assertion_line: 1064
expression: "format!(\"{:#?}\", layout)"
---
Layout {
    tabs: [],
    focused_tab_index: None,
    template: Some(
        PaneLayout {
            children_split_direction: Horizontal,
            name: None,
            children: [
                PaneLayout {
                    children_split_direction: Horizontal,
                    name: None,
                    children: [],
                    split_size: None,
                    run: Some(
                        Command(
                            RunCommand {
                                command: "tail",
                                args: [],
                                cwd: None,
                                hold_on_close: true,
                            },
                        ),
                    ),
                    borderless: false,
                    focus: None,
                    external_children_index: None,
                },
                PaneLayout {
                    children_split_direction: Horizontal,
                    name: None,
                    children: [],
                    split_size: None,
                    run: Some(
                        Command(
                            RunCommand {
                                command: "tail",
                                args: [],
                                cwd: None,
                                hold_on_close: false,
                            },
                        ),
                    ),
                    borderless: false,
                    focus: None,
                    external_children_index: None,
                },
            ],
            split_size: None,
            run: None,
            borderless: false,
            focus: None,
            external_children_index: None,
        },
    ),
}