summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__tab_cwd_given_to_panes_without_cwd.snap
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__tab_cwd_given_to_panes_without_cwd.snap')
-rw-r--r--zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__tab_cwd_given_to_panes_without_cwd.snap39
1 files changed, 24 insertions, 15 deletions
diff --git a/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__tab_cwd_given_to_panes_without_cwd.snap b/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__tab_cwd_given_to_panes_without_cwd.snap
index 004238aa1..718b0edb9 100644
--- a/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__tab_cwd_given_to_panes_without_cwd.snap
+++ b/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__tab_cwd_given_to_panes_without_cwd.snap
@@ -1,17 +1,17 @@
---
source: zellij-utils/src/input/./unit/layout_test.rs
-assertion_line: 1506
+assertion_line: 1671
expression: "format!(\"{:#?}\", layout)"
---
Layout {
tabs: [
(
None,
- PaneLayout {
+ TiledPaneLayout {
children_split_direction: Horizontal,
name: None,
children: [
- PaneLayout {
+ TiledPaneLayout {
children_split_direction: Horizontal,
name: None,
children: [],
@@ -24,8 +24,9 @@ Layout {
borderless: false,
focus: None,
external_children_index: None,
+ children_are_stacked: false,
},
- PaneLayout {
+ TiledPaneLayout {
children_split_direction: Horizontal,
name: None,
children: [],
@@ -46,6 +47,7 @@ Layout {
borderless: false,
focus: None,
external_children_index: None,
+ children_are_stacked: false,
},
],
split_size: None,
@@ -57,22 +59,29 @@ Layout {
borderless: false,
focus: None,
external_children_index: None,
+ children_are_stacked: false,
},
[],
),
],
focused_tab_index: None,
template: Some(
- PaneLayout {
- children_split_direction: Horizontal,
- name: None,
- children: [],
- split_size: None,
- run: None,
- borderless: false,
- focus: None,
- external_children_index: None,
- },
+ (
+ TiledPaneLayout {
+ children_split_direction: Horizontal,
+ name: None,
+ children: [],
+ split_size: None,
+ run: None,
+ borderless: false,
+ focus: None,
+ external_children_index: None,
+ children_are_stacked: false,
+ },
+ [],
+ ),
),
- floating_panes_template: [],
+ swap_layouts: [],
+ swap_tiled_layouts: [],
+ swap_floating_layouts: [],
}