mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 04:01:52 -07:00
Add StackSet.allWindows
This commit is contained in:
@@ -363,6 +363,8 @@ prop_findIndex (x :: T) =
|
||||
, i <- focus t : up t ++ down t
|
||||
]
|
||||
|
||||
prop_allWindowsMember w (x :: T) = (w `elem` allWindows x) ==> member w x
|
||||
|
||||
-- ---------------------------------------------------------------------
|
||||
-- 'insert'
|
||||
|
||||
@@ -687,6 +689,7 @@ main = do
|
||||
,("focusWindow works" , mytest prop_focusWindow_works)
|
||||
|
||||
,("findIndex" , mytest prop_findIndex)
|
||||
,("allWindows/member" , mytest prop_allWindowsMember)
|
||||
|
||||
,("insert: invariant" , mytest prop_insertUp_I)
|
||||
,("insert/new" , mytest prop_insert_empty)
|
||||
|
Reference in New Issue
Block a user