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

9 lines
238 B
Bash

# %if true branch.
# Expected: first branch is selected.
%if 1
display-message "parser if true: selected if branch"
%else
display-message "parser if true: selected else branch - wrong"
%endif
display-message "parser if true: after endif"