tweak haddock, remove CPP (only causes a warning with ghc 8.2.1), other small tweaks
This commit is contained in:
parent
df8a8e8df3
commit
7f1351c123
4 changed files with 13 additions and 19 deletions
tools/Language/SQL/SimpleSQL
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue