yesod/yesod-test/Yesod/Test
Maxime Bourget 3fecebd5ba Allows more that one space between css selector.
This is needed to support addToken_ workaround before the fix.
Before the fix, an extra space was needed in the selector like this

example:

    addToken "form.foo "

With the fix adding the missing space, code already adding a space
will end up with two spaces between the scope selector and the input one :

    form.foo  input[name=token_]
2016-04-11 21:58:50 +01:00
..
CssQuery.hs Allows more that one space between css selector. 2016-04-11 21:58:50 +01:00
TransversingCSS.hs Make yesod-test integrate better with hspec 2013-04-02 16:32:40 +03:00