Fixes a small mixup in the assertion description. (#2692)
relates to PR #2649
This commit is contained in:
parent
c474ddd782
commit
dda2ef9716
|
@ -122,11 +122,11 @@ is($nodes->[1]->{layout}, 'stacked', 'layout now stacked');
|
||||||
cmd 'layout toggle stacked';
|
cmd 'layout toggle stacked';
|
||||||
($nodes, $focus) = get_ws_content($tmp);
|
($nodes, $focus) = get_ws_content($tmp);
|
||||||
# this is correct if it does nothing
|
# this is correct if it does nothing
|
||||||
is($nodes->[1]->{layout}, 'stacked', 'layout now tabbed');
|
is($nodes->[1]->{layout}, 'stacked', 'layout now stacked');
|
||||||
|
|
||||||
cmd 'layout toggle tabbed stacked';
|
cmd 'layout toggle tabbed stacked';
|
||||||
($nodes, $focus) = get_ws_content($tmp);
|
($nodes, $focus) = get_ws_content($tmp);
|
||||||
is($nodes->[1]->{layout}, 'tabbed', 'layout now stacked');
|
is($nodes->[1]->{layout}, 'tabbed', 'layout now tabbed');
|
||||||
|
|
||||||
# obsoletes 'split' ;)
|
# obsoletes 'split' ;)
|
||||||
cmd 'layout toggle splith splitv';
|
cmd 'layout toggle splith splitv';
|
||||||
|
|
Loading…
Reference in New Issue