summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_terminal_floating_plugin_command.snap
blob: 4c752eff9520393e753a5ef8067fbebd8dffdada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
source: zellij-server/src/plugins/./unit/plugin_tests.rs
assertion_line: 4246
expression: "format!(\"{:#?}\", new_tab_event)"
---
Some(
    SpawnTerminal(
        Some(
            RunCommand(
                RunCommand {
                    command: "",
                    args: [],
                    cwd: Some(
                        "/path/to/my/file.rs",
                    ),
                    hold_on_close: false,
                    hold_on_start: false,
                },
            ),
        ),
        Some(
            true,
        ),
        None,
        None,
        ClientId(
            1,
        ),
    ),
)