summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__cwd_added_to_cwd_in_template.snap
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__cwd_added_to_cwd_in_template.snap')
-rw-r--r--zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__cwd_added_to_cwd_in_template.snap114
1 files changed, 61 insertions, 53 deletions
diff --git a/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__cwd_added_to_cwd_in_template.snap b/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__cwd_added_to_cwd_in_template.snap
index beb1f67f5..1940a6488 100644
--- a/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__cwd_added_to_cwd_in_template.snap
+++ b/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__cwd_added_to_cwd_in_template.snap
@@ -1,65 +1,73 @@
---
source: zellij-utils/src/input/./unit/layout_test.rs
-assertion_line: 1153
+assertion_line: 1318
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,
- hold_on_start: false,
- },
+ (
+ 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: None,
+ hold_on_close: true,
+ hold_on_start: false,
+ },
+ ),
),
- ),
- 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: Some(
- "/home",
- ),
- hold_on_close: true,
- hold_on_start: false,
- },
+ borderless: false,
+ focus: None,
+ external_children_index: None,
+ children_are_stacked: false,
+ },
+ TiledPaneLayout {
+ children_split_direction: Horizontal,
+ name: None,
+ children: [],
+ split_size: None,
+ run: Some(
+ Command(
+ RunCommand {
+ command: "tail",
+ args: [],
+ cwd: Some(
+ "/home",
+ ),
+ hold_on_close: true,
+ hold_on_start: false,
+ },
+ ),
),
- ),
- borderless: false,
- focus: None,
- external_children_index: None,
- },
- ],
- split_size: None,
- run: None,
- borderless: false,
- focus: None,
- external_children_index: None,
- },
+ borderless: false,
+ focus: None,
+ external_children_index: None,
+ children_are_stacked: false,
+ },
+ ],
+ 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: [],
}