Descriptiontest: test slice beyond len
When slicing a slice, the bounds may be > len as long as they
are <= cap. Interestingly, gccgo got that wrong and still
passed the testsuite and all the library tests.
Patch Set 1 #Patch Set 2 : diff -r b6e94b31350e https://go.googlecode.com/hg/ #
MessagesTotal messages: 7
|