mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:12:31 +00:00
9 lines
238 B
Bash
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"
|