yesod/yesod-test/Yesod
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
..
Test Allows more that one space between css selector. 2016-04-11 21:58:50 +01:00
Test.hs Fix addToken_ needing a trailing space to work. 2016-04-11 21:15:27 +01:00