summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_file_plugin_command.snap
blob: f895c55cee768f3125e644087c18c4cd7c6a16e1 (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
---
source: zellij-server/src/plugins/./unit/plugin_tests.rs
assertion_line: 3925
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",
        ),
        ClientId(
            1,
        ),
    ),
)