mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
files that are okay from the last gofmt round
R=gri http://go/go-review/1015011
This commit is contained in:
parent
58ee1f5d54
commit
d2829faa7c
16 changed files with 53 additions and 68 deletions
|
|
@ -5,8 +5,8 @@
|
|||
package unicode_test
|
||||
|
||||
import (
|
||||
"testing";
|
||||
. "unicode";
|
||||
"testing";
|
||||
. "unicode";
|
||||
)
|
||||
|
||||
type T struct {
|
||||
|
|
@ -98,7 +98,8 @@ var inTest = []T{
|
|||
}
|
||||
|
||||
var outTest = []T{ // not really worth being thorough
|
||||
T{0x20, "Telugu"}}
|
||||
T{0x20, "Telugu"},
|
||||
}
|
||||
|
||||
var inCategoryTest = []T{
|
||||
T{0x0081, "Cc"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue