summaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2010-06-09 15:19:22 -0700
committerRobert Griesemer <gri@golang.org>2010-06-09 15:19:22 -0700
commita5d659d8a1a54b60f4ab974dd7b32dc01ea8da36 (patch)
tree611c192af8aa99185f5c02285be804984a43978b /src/cmd
parenta7a0e2b02e5c5bb30484a5bcfaa9826c5b62c850 (diff)
downloadgolang-a5d659d8a1a54b60f4ab974dd7b32dc01ea8da36.tar.gz
go/scanner: report illegal escape sequences
R=golang-dev, r CC=golang-dev http://codereview.appspot.com/1636043
Diffstat (limited to 'src/cmd')
-rwxr-xr-xsrc/cmd/gofmt/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gofmt/test.sh b/src/cmd/gofmt/test.sh
index f21f3609a..bed46532b 100755
--- a/src/cmd/gofmt/test.sh
+++ b/src/cmd/gofmt/test.sh
@@ -36,7 +36,7 @@ apply1() {
# the following files are skipped because they are test cases
# for syntax errors and thus won't parse in the first place:
case `basename "$F"` in
- func3.go | const2.go | \
+ func3.go | const2.go | char_lit1.go | \
bug014.go | bug050.go | bug068.go | bug083.go | bug088.go | \
bug106.go | bug121.go | bug125.go | bug133.go | bug160.go | \
bug163.go | bug166.go | bug169.go | bug217.go | bug222.go | \