mirror of
https://github.com/tmux/tmux.git
synced 2025-11-06 11:46:06 +00:00
Fix up regression tests.
This commit is contained in:
@@ -172,7 +172,7 @@ test_format "#{l:#{pane_in_mode}}" "#{pane_in_mode}"
|
||||
test_format "#{l:#{?pane_in_mode,#{?#{==:#{session_name},Summer},ABC,XYZ},xyz}}" "#{?pane_in_mode,#{?#{==:#{session_name},Summer},ABC,XYZ},xyz}"
|
||||
|
||||
# With escapes (which escape but are returned literally)
|
||||
test_format "#{l:##{}" "##{"
|
||||
test_format "#{l:##{}" "#{"
|
||||
test_format "#{l:#{#}}}" "#{#}}"
|
||||
|
||||
# Invalid formats:
|
||||
|
||||
Reference in New Issue
Block a user