Files
tmux/parser-test/test-configs/simple.tmux
2026-06-30 10:03:49 +01:00

6 lines
180 B
Bash

# Simple straight-line commands.
# Expected: all commands parse and run in order.
set -g status off
set -g message-style fg=green
display-message "parser simple: status=#{status}"