forked from tmux-python/tmuxp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Create regression testcase for tmux-python#915
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
tests/fixtures/workspace/builder/regression_send_keys_with_hyphen_t_00915.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# regression https://github.com/tmux-python/tmuxp/issues/915 | ||
session_name: target hyphen regression 915 | ||
windows: | ||
- window_name: target hyphen regression 915 | ||
layout: tiled | ||
panes: | ||
- shell_command: | ||
- echo "t - This echo's correctly." | ||
- shell_command: | ||
- echo "-a - This also echo's correctly." | ||
- shell_command: | ||
- echo "-t - This is never sent to the pane and instead printed to the current shell." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters