Skip to content

Commit

Permalink
This should fix #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaceKamen committed Nov 10, 2016
1 parent f6c8278 commit d234427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cz/zipek/sqflint/parser/SQFParser.jj
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ TOKEN :
< #EXPONENT: ["e","E"] (["+","-"])? (["0"-"9"])+ > |
< STRING_LITERAL:
"\""
( (~["\"","\n","\r"]) )*
( "\"\"" | (~["\"","\n","\r"]) )*
"\""
> |
< STRING_LITERAL_OTHER:
"'"
( (~["\"","\\","\n","\r"]) )*
( (~["\'","\\","\n","\r"]) )*
"'"
>
}
Expand Down

0 comments on commit d234427

Please sign in to comment.