summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_file_plugin_command.snap
blob: b24094af5091eda0a1a8daea9c91fe500eac4c7f (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
---
source: zellij-server/src/plugins/./unit/plugin_tests.rs
assertion_line: 3927
expression: "format!(\"{:#?}\",\n        new_tab_event).replace(&format!(\"{:?}\", temp_folder.path()),\n    \"\\\"CWD\\\"\")"
---
Some(
    SpawnTerminal(
        Some(
            OpenFile(
                "/path/to/my/file.rs",
                None,
                Some(
                    "CWD",
                ),
            ),
        ),
        Some(
            false,
        ),
        Some(
            "Editing: /path/to/my/file.rs",
        ),
        None,
        ClientId(
            1,
        ),
    ),
)