Add a test case for checking QuasiQuotes module

This commit is contained in:
eagletmt
2013-04-01 15:55:29 +09:00
parent c56b625501
commit 4b77af102b
4 changed files with 20 additions and 2 deletions

View File

@@ -21,3 +21,6 @@ spec = do
checkFast "Main.hs" "Fast check: No"
checkFast "Foo.hs" "Fast check: Yes"
checkFast "Bar.hs" "Fast check: No"
it "can check QuasiQuotes" $ do
checkFast "Baz.hs" "Fast check: No"