--- source: zellij-utils/src/input/./unit/layout_test.rs assertion_line: 1598 expression: "format!(\"{:#?}\", layout)" --- Layout { tabs: [], focused_tab_index: None, template: Some( ( TiledPaneLayout { children_split_direction: Horizontal, name: None, children: [ TiledPaneLayout { children_split_direction: Horizontal, name: None, children: [], split_size: None, run: Some( Command( RunCommand { command: "tail", args: [], cwd: Some( "/tmp/bar", ), hold_on_close: true, hold_on_start: false, }, ), ), borderless: false, focus: None, external_children_index: None, children_are_stacked: false, is_expanded_in_stack: false, exclude_from_sync: None, }, ], split_size: None, run: None, borderless: false, focus: None, external_children_index: None, children_are_stacked: false, is_expanded_in_stack: false, exclude_from_sync: None, }, [], ), ), swap_layouts: [], swap_tiled_layouts: [], swap_floating_layouts: [], }