--- source: zellij-utils/src/input/./unit/layout_test.rs 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( EditFile( "/tmp/foo/bar", None, Some( "/tmp/foo", ), ), ), 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: [], }