File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ spec = do
66
66
fileContent <- liftIO $ readFile (" examples/Congruence.cql" :: String )
67
67
parsed <- pure $ runProg fileContent
68
68
isRight parsed `shouldBe` True
69
- it " processes correctly the example file KB.aql " $ do
70
- fileContent <- liftIO $ readFile (" examples/KB.aql " :: String )
69
+ it " processes correctly the example file KB.cql " $ do
70
+ fileContent <- liftIO $ readFile (" examples/KB.cql " :: String )
71
71
parsed <- pure $ runProg fileContent
72
72
isRight parsed `shouldBe` True
73
- -- it "processes correctly the example file Petri.aql " $ do
74
- -- fileContent <- liftIO $ readFile ("examples/Petri.aql " :: String)
73
+ -- it "processes correctly the example file Petri.cql " $ do
74
+ -- fileContent <- liftIO $ readFile ("examples/Petri.cql " :: String)
75
75
-- parsed <- pure $ runProg fileContent
76
76
-- isRight parsed `shouldBe` True
77
77
-- print typesideDom
You can’t perform that action at this time.
0 commit comments