]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/syntax: added test cases for recent fixes
authorRobert Griesemer <gri@golang.org>
Fri, 19 Jan 2018 00:05:39 +0000 (16:05 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 12 Feb 2018 22:58:12 +0000 (22:58 +0000)
commit945872e5ef8b1f73e2f7e23d76a91dec68f8de35
tree0ee90dc6c4c6d523f6539df8e1bbb49b5c6c2045
parent52fcac3b7cf8a8d660b4d73188238ac9e7974ee4
cmd/compile/internal/syntax: added test cases for recent fixes

R=go1.11.

Now that we have a syntax error test harness, we can add the
proper tests for the recent parser fixes.

For #20800.
For #20789.
For #23385.
For #23434.

A test for #20789 already exists in test/fixedbugs, but this
is the better location for that test. But leaving the existing
one where it is as well.

Change-Id: I5937b9b63bafd1efab467a00344302e717976171
Reviewed-on: https://go-review.googlesource.com/88336
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/syntax/testdata/issue20789.src [new file with mode: 0644]
src/cmd/compile/internal/syntax/testdata/issue23385.src [new file with mode: 0644]
src/cmd/compile/internal/syntax/testdata/issue23434.src [new file with mode: 0644]