diff options
Diffstat (limited to 'src/pkg/unicode/script_test.go')
-rw-r--r-- | src/pkg/unicode/script_test.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pkg/unicode/script_test.go b/src/pkg/unicode/script_test.go index c212e3335..a5d070a49 100644 --- a/src/pkg/unicode/script_test.go +++ b/src/pkg/unicode/script_test.go @@ -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"}, |