Add a test case for checking QuasiQuotes module
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user