Commit 524ade9a authored by Robert Griesemer's avatar Robert Griesemer

fix bufio test case

R=rsc
http://go/go-review/1018038
parent d06dc14a
......@@ -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", "!"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment