Version bumps
This commit is contained in:
parent
98fb0370bc
commit
5b444c59eb
@ -255,6 +255,8 @@ htmlAllContain query search = do
|
|||||||
|
|
||||||
-- | Queries the html using a css selector, and passes if any matched
|
-- | Queries the html using a css selector, and passes if any matched
|
||||||
-- element contains the given string.
|
-- element contains the given string.
|
||||||
|
--
|
||||||
|
-- Since 0.3.5
|
||||||
htmlAnyContain :: HoldsResponse a => Query -> String -> ST.StateT a IO ()
|
htmlAnyContain :: HoldsResponse a => Query -> String -> ST.StateT a IO ()
|
||||||
htmlAnyContain query search = do
|
htmlAnyContain query search = do
|
||||||
matches <- htmlQuery query
|
matches <- htmlQuery query
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-test
|
name: yesod-test
|
||||||
version: 0.3.4
|
version: 0.3.5
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Nubis <nubis@woobiz.com.ar>
|
author: Nubis <nubis@woobiz.com.ar>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod
|
name: yesod
|
||||||
version: 1.1.9.1
|
version: 1.1.9.2
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user