fix positioning in lexer? and fix line comment token missing trailing \n
This commit is contained in:
parent
c479e5e8f8
commit
3b5deec2e5
3 changed files with 23 additions and 11 deletions
tools/Language/SQL/SimpleSQL
|
@ -76,6 +76,7 @@ number number (todo: double check more carefully)
|
|||
> ]
|
||||
> ++ map (uncurry $ LexerTest SQL2011)
|
||||
> [("", [])
|
||||
> ,("-- line com\nstuff", [LineComment "-- line com\n",Identifier "stuff"])
|
||||
> ]
|
||||
|
||||
> where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue