summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_command_pane_plugin_command.snap
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_command_pane_plugin_command.snap')
-rw-r--r--zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_command_pane_plugin_command.snap30
1 files changed, 30 insertions, 0 deletions
diff --git a/zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_command_pane_plugin_command.snap b/zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_command_pane_plugin_command.snap
new file mode 100644
index 000000000..2807e4952
--- /dev/null
+++ b/zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_command_pane_plugin_command.snap
@@ -0,0 +1,30 @@
+---
+source: zellij-server/src/plugins/./unit/plugin_tests.rs
+assertion_line: 3144
+expression: "format!(\"{:#?}\", new_tab_event)"
+---
+Some(
+ SpawnTerminal(
+ Some(
+ RunCommand(
+ RunCommand {
+ command: "/path/to/my/file.rs",
+ args: [
+ "arg1",
+ "arg2",
+ ],
+ cwd: None,
+ hold_on_close: true,
+ hold_on_start: false,
+ },
+ ),
+ ),
+ Some(
+ false,
+ ),
+ None,
+ ClientId(
+ 1,
+ ),
+ ),
+)