summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__layout_with_tabs_and_floating_panes.snap
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__layout_with_tabs_and_floating_panes.snap')
-rw-r--r--zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__layout_with_tabs_and_floating_panes.snap48
1 files changed, 29 insertions, 19 deletions
diff --git a/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__layout_with_tabs_and_floating_panes.snap b/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__layout_with_tabs_and_floating_panes.snap
index 5cdf517ab..61286160a 100644
--- a/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__layout_with_tabs_and_floating_panes.snap
+++ b/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__layout_with_tabs_and_floating_panes.snap
@@ -1,17 +1,17 @@
---
source: zellij-utils/src/input/./unit/layout_test.rs
-assertion_line: 263
+assertion_line: 254
expression: "format!(\"{:#?}\", layout)"
---
Layout {
tabs: [
(
None,
- PaneLayout {
+ TiledPaneLayout {
children_split_direction: Horizontal,
name: None,
children: [
- PaneLayout {
+ TiledPaneLayout {
children_split_direction: Horizontal,
name: None,
children: [],
@@ -20,6 +20,7 @@ Layout {
borderless: false,
focus: None,
external_children_index: None,
+ children_are_stacked: false,
},
],
split_size: None,
@@ -27,9 +28,10 @@ Layout {
borderless: false,
focus: None,
external_children_index: None,
+ children_are_stacked: false,
},
[
- FloatingPanesLayout {
+ FloatingPaneLayout {
name: None,
height: None,
width: None,
@@ -42,11 +44,11 @@ Layout {
),
(
None,
- PaneLayout {
+ TiledPaneLayout {
children_split_direction: Horizontal,
name: None,
children: [
- PaneLayout {
+ TiledPaneLayout {
children_split_direction: Horizontal,
name: None,
children: [],
@@ -55,6 +57,7 @@ Layout {
borderless: false,
focus: None,
external_children_index: None,
+ children_are_stacked: false,
},
],
split_size: None,
@@ -62,9 +65,10 @@ Layout {
borderless: false,
focus: None,
external_children_index: None,
+ children_are_stacked: false,
},
[
- FloatingPanesLayout {
+ FloatingPaneLayout {
name: None,
height: None,
width: None,
@@ -73,7 +77,7 @@ Layout {
run: None,
focus: None,
},
- FloatingPanesLayout {
+ FloatingPaneLayout {
name: None,
height: None,
width: None,
@@ -87,16 +91,22 @@ Layout {
],
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: [],
}