Skip to content

Commit

Permalink
Missing {}
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Oct 18, 2024
1 parent ff870b2 commit 23802f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wm.test
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ test wm-stackorder-2.3 {stacking order} -body {
set res
} -cleanup {
destroy .t .t2
} -result {. .t .t2} {.t .t2 .} {.t . .t2}
} -result {{. .t .t2} {.t .t2 .} {.t . .t2}}
test wm-stackorder-2.4 {stacking order} -body {
toplevel .t ; update
toplevel .t2 ; update
Expand Down

0 comments on commit 23802f9

Please sign in to comment.