1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-30 08:01:00 +02:00
tmux-fingers/test/specs/matches-custom-patterns_spec.sh
2017-04-23 19:05:28 +02:00

27 lines
550 B
Bash
Executable File

#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $CURRENT_DIR/../tmuxomatic.sh
source $CURRENT_DIR/../helpers.sh
tmuxomatic__begin begin_hook
begin_with_conf "custom-patterns"
init_pane
tmuxomatic__exec "cat ./test/fixtures/custom-patterns"
tmuxomatic send-keys "echo yanked text is "
invoke_fingers
tmuxomatic send-keys "i"
tmux_paste
invoke_fingers
tmuxomatic send-keys "o"
tmux_paste
tmuxomatic send-keys Enter
tmuxomatic__expect "yanked text is W00TW00TW00TYOLOYOLOYOLO"
tmuxomatic__end end_hook