This website requires JavaScript.
Explore
Help
Sign In
starlitcanopy
/
simple-sql-parser
Watch
1
Fork
You've already forked simple-sql-parser
0
Code
Activity
4d907fee7a
simple-sql-parser
/
tests
/
RunTests.hs
10 lines
100 B
Haskell
Raw
Normal View
History
Unescape
Escape
switch from literate to regular haskell source
2024-01-09 01:07:47 +01:00
switch tests to hspec, improve error messages
2024-02-04 17:00:59 +01:00
import
Test.Hspec
(
hspec
)
switch from literate to regular haskell source
2024-01-09 01:07:47 +01:00
import
Language.SQL.SimpleSQL.Tests
main
::
IO
()
switch tests to hspec, improve error messages
2024-02-04 17:00:59 +01:00
main
=
hspec
tests
Copy permalink