diff options
Diffstat (limited to 'bbcode/test')
-rw-r--r-- | bbcode/test/Text/BBCode/LexerSpec.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bbcode/test/Text/BBCode/LexerSpec.hs b/bbcode/test/Text/BBCode/LexerSpec.hs index 8b95874..b0b77d9 100644 --- a/bbcode/test/Text/BBCode/LexerSpec.hs +++ b/bbcode/test/Text/BBCode/LexerSpec.hs | |||
@@ -44,7 +44,7 @@ spec = do | |||
44 | zipWithM_ example [1..] examples | 44 | zipWithM_ example [1..] examples |
45 | where | 45 | where |
46 | example n (s, ts) = let str = "Example " <> show n | 46 | example n (s, ts) = let str = "Example " <> show n |
47 | in specify str $ (tokenize s == Right ts) | 47 | in specify str (tokenize s == Right ts) |
48 | 48 | ||
49 | prop_token :: Text -> Property | 49 | prop_token :: Text -> Property |
50 | -- ^ prop> (mconcat . map coToken) <$> tokenize x == Right x | 50 | -- ^ prop> (mconcat . map coToken) <$> tokenize x == Right x |