Skip to content

Commit

Permalink
Merge pull request #289 from monarchdodra/master
Browse files Browse the repository at this point in the history
 	tweak String Literals EscapeSequence
  • Loading branch information
alexrp committed Mar 8, 2013
2 parents 77e601c + 359b945 commit 613d9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lex.dd
Expand Up @@ -318,14 +318,14 @@ $(GNAME EscapeSequence):
$(D \")
$(D \?)
$(D \\)
$(D \0)
$(D \a)
$(D \b)
$(D \f)
$(D \n)
$(D \r)
$(D \t)
$(D \v)
$(D \) $(GLINK EndOfFile)
$(D \x) $(GLINK HexDigit) $(GLINK HexDigit)
$(D \) $(GLINK OctalDigit)
$(D \) $(GLINK OctalDigit) $(GLINK OctalDigit)
Expand Down

0 comments on commit 613d9c1

Please sign in to comment.