]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/syntax: better errors and recovery for invalid character literals
authorRobert Griesemer <gri@golang.org>
Thu, 16 Feb 2017 20:52:01 +0000 (12:52 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 16 Feb 2017 21:46:43 +0000 (21:46 +0000)
commit1693e7b6f2ad1bd2a800161e92b5ac8d3d882663
treecd481aa17fedca57de165740e78e439e98af4e17
parent990124da2a6ca5a54b38733b51018e2f8758cfae
cmd/compile/internal/syntax: better errors and recovery for invalid character literals

Fixes #15611.

Change-Id: I352b145026466cafef8cf87addafbd30716bda24
Reviewed-on: https://go-review.googlesource.com/37138
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/syntax/scanner.go
src/cmd/compile/internal/syntax/scanner_test.go
test/fixedbugs/issue15611.go [new file with mode: 0644]