]> Cypherpunks repositories - gostls13.git/commitdiff
fix bufio test case
authorRobert Griesemer <gri@golang.org>
Wed, 4 Nov 2009 18:58:30 +0000 (10:58 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 4 Nov 2009 18:58:30 +0000 (10:58 -0800)
R=rsc
http://go/go-review/1018038

src/pkg/bufio/bufio_test.go

index 32312fde5a66b44383e4c5d5b71783f3ac50d883..129e214d536395a7e9f6383e4e8853bccae16584 100644 (file)
@@ -211,7 +211,7 @@ var segmentList = [][]string {
        []string{""},
        []string{"日", "本語"},
        []string{"\u65e5", "\u672c", "\u8a9e"},
-       []string{"\U000065e5, "", \U0000672c", "\U00008a9e"},
+       []string{"\U000065e5", "\U0000672c", "\U00008a9e"},
        []string{"\xe6", "\x97\xa5\xe6", "\x9c\xac\xe8\xaa\x9e"},
        []string{"Hello", ", ", "World", "!"},
        []string{"Hello", ", ", "", "World", "!"},