summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__args_added_to_args_in_template.snap
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__args_added_to_args_in_template.snap')
-rw-r--r--zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__args_added_to_args_in_template.snap116
1 files changed, 62 insertions, 54 deletions
diff --git a/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__args_added_to_args_in_template.snap b/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__args_added_to_args_in_template.snap
index 0fc51aad8..799908327 100644
--- a/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__args_added_to_args_in_template.snap
+++ b/zellij-utils/src/input/unit/snapshots/zellij_utils__input__layout__layout_test__args_added_to_args_in_template.snap
@@ -1,66 +1,74 @@
---
source: zellij-utils/src/input/./unit/layout_test.rs
-assertion_line: 1101
+assertion_line: 1266
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: [
- "-f",
- "/tmp/bar",
- ],
- cwd: None,
- 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: [
+ "-f",
+ "/tmp/bar",
+ ],
+ cwd: None,
+ 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: [],
}