summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/unit/snapshots/zellij_server__screen__screen_tests__send_cli_query_tab_names_action.snap
blob: bdaf546fe44f382efbfea62671e6b2ddae3c88d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: zellij-server/src/./unit/screen_tests.rs
assertion_line: 2713
expression: "format!(\"{:#?}\", log_tab_names_action)"
---
Some(
    Log(
        [
            "Tab #1",
            "Tab #2",
        ],
        10,
    ),
)