summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_file_with_line_floating_plugin_command.snap
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_file_with_line_floating_plugin_command.snap')
-rw-r--r--zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_file_with_line_floating_plugin_command.snap27
1 files changed, 27 insertions, 0 deletions
diff --git a/zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_file_with_line_floating_plugin_command.snap b/zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_file_with_line_floating_plugin_command.snap
new file mode 100644
index 000000000..2c632abea
--- /dev/null
+++ b/zellij-server/src/plugins/unit/snapshots/zellij_server__plugins__plugin_tests__open_file_with_line_floating_plugin_command.snap
@@ -0,0 +1,27 @@
+---
+source: zellij-server/src/plugins/./unit/plugin_tests.rs
+assertion_line: 2982
+expression: "format!(\"{:#?}\", new_tab_event)"
+---
+Some(
+ SpawnTerminal(
+ Some(
+ OpenFile(
+ "/path/to/my/file.rs",
+ Some(
+ 42,
+ ),
+ None,
+ ),
+ ),
+ Some(
+ true,
+ ),
+ Some(
+ "Editing: /path/to/my/file.rs",
+ ),
+ ClientId(
+ 1,
+ ),
+ ),
+)