1
Fork 0

tweak haddock, remove CPP (only causes a warning with ghc 8.2.1), other small tweaks

This commit is contained in:
Jake Wheat 2019-09-01 10:04:04 +01:00
parent df8a8e8df3
commit 7f1351c123
4 changed files with 13 additions and 19 deletions
tools/Language/SQL/SimpleSQL

View file

@ -50,7 +50,7 @@ Tests for parsing scalar expressions
> [("iden1", Iden [Name Nothing "iden1"])
> --,("t.a", Iden2 "t" "a")
> ,("\"quoted identifier\"", Iden [Name (Just ("\"","\"")) "quoted identifier"])
> ,("\"period\"", Iden [Name (Just ("\"","\"")) "period"])
> ,("\"from\"", Iden [Name (Just ("\"","\"")) "from"])
> ]
> star :: TestItem