1
Fork 0

fix positioning in lexer? and fix line comment token missing trailing \n

This commit is contained in:
Jake Wheat 2015-08-02 15:29:35 +03:00
parent c479e5e8f8
commit 3b5deec2e5
3 changed files with 23 additions and 11 deletions
tools/Language/SQL/SimpleSQL

View file

@ -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