fix bufio test case

R=rsc
http://go/go-review/1018038
This commit is contained in:
Robert Griesemer 2009-11-04 10:58:30 -08:00
parent d06dc14aa8
commit 524ade9a58

View File

@ -211,7 +211,7 @@ var segmentList = [][]string {
[]string{""}, []string{""},
[]string{"日", "本語"}, []string{"日", "本語"},
[]string{"\u65e5", "\u672c", "\u8a9e"}, []string{"\u65e5", "\u672c", "\u8a9e"},
[]string{"\U000065e5, "", \U0000672c", "\U00008a9e"}, []string{"\U000065e5", "\U0000672c", "\U00008a9e"},
[]string{"\xe6", "\x97\xa5\xe6", "\x9c\xac\xe8\xaa\x9e"}, []string{"\xe6", "\x97\xa5\xe6", "\x9c\xac\xe8\xaa\x9e"},
[]string{"Hello", ", ", "World", "!"}, []string{"Hello", ", ", "World", "!"},
[]string{"Hello", ", ", "", "World", "!"}, []string{"Hello", ", ", "", "World", "!"},