]> Cypherpunks repositories - gostls13.git/commit
unicode: minor cleanup
authorRui Ueyama <ruiu@google.com>
Wed, 19 Mar 2014 17:14:04 +0000 (10:14 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 19 Mar 2014 17:14:04 +0000 (10:14 -0700)
commit79b3daa97722c71d73b519b062078b9296a36051
tree1ea098efee37d4ae9d03aaedd3b949687defbadb
parenta509026ff0010dc29068983bd748c1360e692602
unicode: minor cleanup

These test cases are redundant because TestSimpleFold tests
all possible rotations of test data, so no need to add
rotated strings.

Also updated the comment as it's guaranteed that SimpleFold
returns values in increasing order.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/77730043
src/pkg/unicode/letter_test.go