lex.cc
54.6 KB
-
compiler: Disallow rune literals with '\X'. · 37aa341d
http://golang.org/ref/spec#Rune_literals states that rune literals encoded as hex bytes must begin with lowercase '\x'. Fixes golang/go#11575. Reviewed-on: https://go-review.googlesource.com/12158 From-SVN: r226184
Ian Lance Taylor committed