route/vendor/github.com/apparentlymart/go-textseg/textseg/tables_test.go

13546 lines
427 KiB
Go

// Generated by running
// maketesttables --url=http://www.unicode.org/Public/9.0.0/ucd/auxiliary/
// DO NOT EDIT
package textseg
var unicodeGraphemeTests = []struct {
input []byte
output [][]byte
}{
{
input: []byte{0x20, 0x20},
output: [][]byte{[]byte{0x20}, []byte{0x20}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0x20, 0xd},
output: [][]byte{[]byte{0x20}, []byte{0xd}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x20, 0xa},
output: [][]byte{[]byte{0x20}, []byte{0xa}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x20, 0x1},
output: [][]byte{[]byte{0x20}, []byte{0x1}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x20, 0xcc, 0x80},
output: [][]byte{[]byte{0x20, 0xcc, 0x80}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x20, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x20, 0xd8, 0x80},
output: [][]byte{[]byte{0x20}, []byte{0xd8, 0x80}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0x20, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0x20, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0x20, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0x20, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0x20}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0x20, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0x20}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0x20, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0x20}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0x20, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0x20}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0x20, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0x20}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0x20, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x20}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x20, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x20}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x20, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x20}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x20, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x20, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x20, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x20, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x20}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x20, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x20}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x20, 0xcd, 0xb8},
output: [][]byte{[]byte{0x20}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0x20, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0x20}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0x20, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xd, 0x20},
output: [][]byte{[]byte{0xd}, []byte{0x20}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xd, 0xd},
output: [][]byte{[]byte{0xd}, []byte{0xd}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xd, 0xa},
output: [][]byte{[]byte{0xd, 0xa}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xd, 0x1},
output: [][]byte{[]byte{0xd}, []byte{0x1}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xd, 0xcc, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x80}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xd, 0xd8, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xd, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xd}, []byte{0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xd, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xd, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xd}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xd, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xd}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xd, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xd, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xd}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xd, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xd}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xd, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xd}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xd, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xd}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xd, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xd}, []byte{0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xd, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xd}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xd, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xd}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xd, 0xcd, 0xb8},
output: [][]byte{[]byte{0xd}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xd, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xd}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xa, 0x20},
output: [][]byte{[]byte{0xa}, []byte{0x20}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xa, 0xd},
output: [][]byte{[]byte{0xa}, []byte{0xd}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xa, 0xa},
output: [][]byte{[]byte{0xa}, []byte{0xa}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xa, 0x1},
output: [][]byte{[]byte{0xa}, []byte{0x1}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xa, 0xcc, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x80}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xa, 0xd8, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xa, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xa}, []byte{0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xa, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xa, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xa}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xa, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xa}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xa, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xa, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xa}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xa, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xa}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xa, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xa}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xa, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xa}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xa, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xa}, []byte{0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xa, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xa}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xa, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xa}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xa, 0xcd, 0xb8},
output: [][]byte{[]byte{0xa}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xa, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xa}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0x1, 0x20},
output: [][]byte{[]byte{0x1}, []byte{0x20}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0x1, 0xd},
output: [][]byte{[]byte{0x1}, []byte{0xd}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x1, 0xa},
output: [][]byte{[]byte{0x1}, []byte{0xa}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x1, 0x1},
output: [][]byte{[]byte{0x1}, []byte{0x1}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x1, 0xcc, 0x80},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x80}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x1, 0xd8, 0x80},
output: [][]byte{[]byte{0x1}, []byte{0xd8, 0x80}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0x1, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0x1}, []byte{0xe0, 0xa4, 0x83}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0x1, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0x1}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0x1, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0x1}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0x1, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0x1}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0x1, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0x1}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0x1, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0x1}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0x1, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x1}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x1, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x1}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x1, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x1}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x1, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x1}, []byte{0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x1, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x1}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x1, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x1}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x1, 0xcd, 0xb8},
output: [][]byte{[]byte{0x1}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0x1, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0x1}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xcc, 0x80, 0x20},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x20}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xcc, 0x80, 0xd},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xd}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xcc, 0x80, 0xa},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xa}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xcc, 0x80, 0x1},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x1}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x80},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0xd8, 0x80},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xcc, 0x80, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xcc, 0x80, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xcc, 0x80, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xcc, 0x80, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xcc, 0x80, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xcc, 0x80, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xcc, 0x80, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xcc, 0x80, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xcc, 0x80, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xcc, 0x80, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xcc, 0x80, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xcc, 0x80, 0xcd, 0xb8},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xcc, 0x80, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xd8, 0x80, 0x20},
output: [][]byte{[]byte{0xd8, 0x80, 0x20}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xd8, 0x80, 0xd},
output: [][]byte{[]byte{0xd8, 0x80}, []byte{0xd}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xd8, 0x80, 0xa},
output: [][]byte{[]byte{0xd8, 0x80}, []byte{0xa}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xd8, 0x80, 0x1},
output: [][]byte{[]byte{0xd8, 0x80}, []byte{0x1}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x80},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x80}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xd8, 0x80, 0xd8, 0x80},
output: [][]byte{[]byte{0xd8, 0x80, 0xd8, 0x80}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xd8, 0x80, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xd8, 0x80, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xd8, 0x80, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xd8, 0x80, 0xe1, 0x84, 0x80}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xd8, 0x80, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xd8, 0x80, 0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xd8, 0x80, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xd8, 0x80, 0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xd8, 0x80, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xd8, 0x80, 0xea, 0xb0, 0x80}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xd8, 0x80, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xd8, 0x80, 0xea, 0xb0, 0x81}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xd8, 0x80, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xd8, 0x80, 0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xd8, 0x80, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xd8, 0x80, 0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xd8, 0x80, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xd8, 0x80, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xd8, 0x80, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xd8, 0x80, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xd8, 0x80, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xd8, 0x80, 0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xd8, 0x80, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xd8, 0x80, 0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xd8, 0x80, 0xcd, 0xb8},
output: [][]byte{[]byte{0xd8, 0x80, 0xcd, 0xb8}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xd8, 0x80, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xd8, 0x80}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xd8, 0x80, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0x20},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0x20}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xd},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xd}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xa},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xa}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0x1},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0x1}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x80},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x80}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xd8, 0x80},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0x20},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0x20}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xd},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xd}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xa},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xa}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0x1},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0x1}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x80},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x80}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xd8, 0x80},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0x20},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0x20}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xd},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xd}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xa},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xa}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0x1},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0x1}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x80},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x80}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xd8, 0x80},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0x20},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0x20}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xd},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xd}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xa},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xa}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0x1},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0x1}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x80},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x80}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xd8, 0x80},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0x20},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0x20}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xd},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xd}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xa},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xa}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0x1},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0x1}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xd8, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcd, 0xb8},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0x20},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0x20}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xd},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xd}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xa},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xa}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0x1},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0x1}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xd8, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcd, 0xb8},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x20},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x20}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xd8, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcd, 0xb8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x20},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x20}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xd},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xa},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x1},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xd8, 0x80},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x20},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x20}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xd8, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcd, 0xb8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x20},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x20}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xd},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xa},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x1},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xd8, 0x80},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x20},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x20}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xd},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xa},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x1},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xd8, 0x80},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x20},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x20}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xd8, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcd, 0xb8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xcd, 0xb8, 0x20},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0x20}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xcd, 0xb8, 0xd},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xd}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xcd, 0xb8, 0xa},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xa}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xcd, 0xb8, 0x1},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0x1}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x80},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x80}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xcd, 0xb8, 0xd8, 0x80},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xcd, 0xb8, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xcd, 0xb8, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xcd, 0xb8, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xcd, 0xb8, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xcd, 0xb8, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xcd, 0xb8, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xcd, 0xb8, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xcd, 0xb8, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xcd, 0xb8, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xcd, 0xb8, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xcd, 0xb8, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xcd, 0xb8, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xcd, 0xb8, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xcd, 0xb8, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xcd, 0xb8, 0xcd, 0xb8},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xcd, 0xb8, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xcd, 0xb8, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0x20},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0x20}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0x20},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0x20}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xd},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xd}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xa},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xa}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0x1},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0x1}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x80},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x80}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xd8, 0x80},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xd8, 0x80},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xd8, 0x80}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88, 0xe0, 0xa4, 0x83}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xea, 0xb0, 0x80},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xea, 0xb0, 0x81},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcd, 0xb8},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xcd, 0xb8},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xcd, 0xb8}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xef, 0xbf, 0xbd, 0xcc, 0x88, 0xef, 0xbf, 0xbd},
output: [][]byte{[]byte{0xef, 0xbf, 0xbd}, []byte{0xcc, 0x88}, []byte{0xef, 0xbf, 0xbd}},
},
{
input: []byte{0xd, 0xa, 0x61, 0xa, 0xcc, 0x88},
output: [][]byte{[]byte{0xd, 0xa}, []byte{0x61}, []byte{0xa}, []byte{0xcc, 0x88}},
},
{
input: []byte{0x61, 0xcc, 0x88},
output: [][]byte{[]byte{0x61, 0xcc, 0x88}},
},
{
input: []byte{0x20, 0xe2, 0x80, 0x8d, 0xd9, 0x86},
output: [][]byte{[]byte{0x20, 0xe2, 0x80, 0x8d}, []byte{0xd9, 0x86}},
},
{
input: []byte{0xd9, 0x86, 0xe2, 0x80, 0x8d, 0x20},
output: [][]byte{[]byte{0xd9, 0x86, 0xe2, 0x80, 0x8d}, []byte{0x20}},
},
{
input: []byte{0xe1, 0x84, 0x80, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xe1, 0x84, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x80, 0xe1, 0x86, 0xa8, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xe1, 0x86, 0xa8}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xea, 0xb0, 0x81, 0xe1, 0x86, 0xa8, 0xe1, 0x84, 0x80},
output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xe1, 0x86, 0xa8}, []byte{0xe1, 0x84, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
},
{
input: []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
},
{
input: []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
},
{
input: []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
},
{
input: []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0xf0, 0x9f, 0x87, 0xa9, 0x62},
output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8, 0xf0, 0x9f, 0x87, 0xa9}, []byte{0x62}},
},
{
input: []byte{0x61, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x61, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0x62},
output: [][]byte{[]byte{0x61, 0xcc, 0x88}, []byte{0x62}},
},
{
input: []byte{0x61, 0xe0, 0xa4, 0x83, 0x62},
output: [][]byte{[]byte{0x61, 0xe0, 0xa4, 0x83}, []byte{0x62}},
},
{
input: []byte{0x61, 0xd8, 0x80, 0x62},
output: [][]byte{[]byte{0x61}, []byte{0xd8, 0x80, 0x62}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x8f, 0xbb, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
}
var unicodeWordTests = []struct {
input []byte
output [][]byte
}{
{
input: []byte{0x1, 0x1},
output: [][]byte{[]byte{0x1}, []byte{0x1}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x1, 0xd},
output: [][]byte{[]byte{0x1}, []byte{0xd}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x1, 0xa},
output: [][]byte{[]byte{0x1}, []byte{0xa}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x1, 0xb},
output: [][]byte{[]byte{0x1}, []byte{0xb}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x1, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x1}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x1, 0x41},
output: [][]byte{[]byte{0x1}, []byte{0x41}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x1, 0x3a},
output: [][]byte{[]byte{0x1}, []byte{0x3a}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x1, 0x2c},
output: [][]byte{[]byte{0x1}, []byte{0x2c}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x1, 0x2e},
output: [][]byte{[]byte{0x1}, []byte{0x2e}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x1, 0x30},
output: [][]byte{[]byte{0x1}, []byte{0x30}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x1, 0x5f},
output: [][]byte{[]byte{0x1}, []byte{0x5f}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x1, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x1}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x1, 0xd7, 0x90},
output: [][]byte{[]byte{0x1}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x1, 0x22},
output: [][]byte{[]byte{0x1}, []byte{0x22}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x1, 0x27},
output: [][]byte{[]byte{0x1}, []byte{0x27}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x1, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x1}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x1, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x1}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x1, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x1}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x1, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x1}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x1, 0xc2, 0xad},
output: [][]byte{[]byte{0x1, 0xc2, 0xad}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x1, 0xcc, 0x80},
output: [][]byte{[]byte{0x1, 0xcc, 0x80}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x1, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x1, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x1, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x1}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x1, 0x61, 0x3a},
output: [][]byte{[]byte{0x1}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x1, 0x61, 0x27},
output: [][]byte{[]byte{0x1}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x1, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x1}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x1, 0x61, 0x2c},
output: [][]byte{[]byte{0x1}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x1, 0x31, 0x3a},
output: [][]byte{[]byte{0x1}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x1, 0x31, 0x27},
output: [][]byte{[]byte{0x1}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x1, 0x31, 0x2c},
output: [][]byte{[]byte{0x1}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x1, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x1}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd, 0x1},
output: [][]byte{[]byte{0xd}, []byte{0x1}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xd, 0xd},
output: [][]byte{[]byte{0xd}, []byte{0xd}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xd, 0xa},
output: [][]byte{[]byte{0xd, 0xa}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xd, 0xb},
output: [][]byte{[]byte{0xd}, []byte{0xb}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xd, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xd}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xd, 0x41},
output: [][]byte{[]byte{0xd}, []byte{0x41}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xd, 0x3a},
output: [][]byte{[]byte{0xd}, []byte{0x3a}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xd, 0x2c},
output: [][]byte{[]byte{0xd}, []byte{0x2c}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xd, 0x2e},
output: [][]byte{[]byte{0xd}, []byte{0x2e}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xd, 0x30},
output: [][]byte{[]byte{0xd}, []byte{0x30}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xd, 0x5f},
output: [][]byte{[]byte{0xd}, []byte{0x5f}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0xd, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xd}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xd, 0xd7, 0x90},
output: [][]byte{[]byte{0xd}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xd, 0x22},
output: [][]byte{[]byte{0xd}, []byte{0x22}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xd, 0x27},
output: [][]byte{[]byte{0xd}, []byte{0x27}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xd, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xd}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xd, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xd}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xd, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xd}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xd, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xd}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xd, 0xc2, 0xad},
output: [][]byte{[]byte{0xd}, []byte{0xc2, 0xad}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xd, 0xcc, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x80}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xd, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xd}, []byte{0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xd, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd, 0x61, 0x3a},
output: [][]byte{[]byte{0xd}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xd, 0x61, 0x27},
output: [][]byte{[]byte{0xd}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xd, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd, 0x61, 0x2c},
output: [][]byte{[]byte{0xd}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xd, 0x31, 0x3a},
output: [][]byte{[]byte{0xd}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xd, 0x31, 0x27},
output: [][]byte{[]byte{0xd}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xd, 0x31, 0x2c},
output: [][]byte{[]byte{0xd}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xd, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xa, 0x1},
output: [][]byte{[]byte{0xa}, []byte{0x1}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xa, 0xd},
output: [][]byte{[]byte{0xa}, []byte{0xd}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xa, 0xa},
output: [][]byte{[]byte{0xa}, []byte{0xa}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xa, 0xb},
output: [][]byte{[]byte{0xa}, []byte{0xb}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xa, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xa}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xa, 0x41},
output: [][]byte{[]byte{0xa}, []byte{0x41}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xa, 0x3a},
output: [][]byte{[]byte{0xa}, []byte{0x3a}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xa, 0x2c},
output: [][]byte{[]byte{0xa}, []byte{0x2c}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xa, 0x2e},
output: [][]byte{[]byte{0xa}, []byte{0x2e}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xa, 0x30},
output: [][]byte{[]byte{0xa}, []byte{0x30}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xa, 0x5f},
output: [][]byte{[]byte{0xa}, []byte{0x5f}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0xa, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xa}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xa, 0xd7, 0x90},
output: [][]byte{[]byte{0xa}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xa, 0x22},
output: [][]byte{[]byte{0xa}, []byte{0x22}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xa, 0x27},
output: [][]byte{[]byte{0xa}, []byte{0x27}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xa, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xa}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xa, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xa}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xa, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xa}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xa, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xa}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xa, 0xc2, 0xad},
output: [][]byte{[]byte{0xa}, []byte{0xc2, 0xad}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xa, 0xcc, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x80}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xa, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xa}, []byte{0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xa, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xa}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xa, 0x61, 0x3a},
output: [][]byte{[]byte{0xa}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xa, 0x61, 0x27},
output: [][]byte{[]byte{0xa}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xa, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xa}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xa, 0x61, 0x2c},
output: [][]byte{[]byte{0xa}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xa, 0x31, 0x3a},
output: [][]byte{[]byte{0xa}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xa, 0x31, 0x27},
output: [][]byte{[]byte{0xa}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xa, 0x31, 0x2c},
output: [][]byte{[]byte{0xa}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xa, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xa}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xb, 0x1},
output: [][]byte{[]byte{0xb}, []byte{0x1}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xb, 0xd},
output: [][]byte{[]byte{0xb}, []byte{0xd}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xb, 0xa},
output: [][]byte{[]byte{0xb}, []byte{0xa}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xb, 0xb},
output: [][]byte{[]byte{0xb}, []byte{0xb}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xb, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xb}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xb, 0x41},
output: [][]byte{[]byte{0xb}, []byte{0x41}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xb, 0x3a},
output: [][]byte{[]byte{0xb}, []byte{0x3a}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xb, 0x2c},
output: [][]byte{[]byte{0xb}, []byte{0x2c}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xb, 0x2e},
output: [][]byte{[]byte{0xb}, []byte{0x2e}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xb, 0x30},
output: [][]byte{[]byte{0xb}, []byte{0x30}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xb, 0x5f},
output: [][]byte{[]byte{0xb}, []byte{0x5f}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0xb, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xb}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xb, 0xd7, 0x90},
output: [][]byte{[]byte{0xb}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xb, 0x22},
output: [][]byte{[]byte{0xb}, []byte{0x22}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xb, 0x27},
output: [][]byte{[]byte{0xb}, []byte{0x27}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xb, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xb}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xb, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xb}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xb, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xb}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xb, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xb}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xb, 0xc2, 0xad},
output: [][]byte{[]byte{0xb}, []byte{0xc2, 0xad}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xb, 0xcc, 0x80},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x80}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xb, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xb}, []byte{0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xb, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xb}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xb, 0x61, 0x3a},
output: [][]byte{[]byte{0xb}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xb, 0x61, 0x27},
output: [][]byte{[]byte{0xb}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xb, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xb}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xb, 0x61, 0x2c},
output: [][]byte{[]byte{0xb}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xb, 0x31, 0x3a},
output: [][]byte{[]byte{0xb}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xb, 0x31, 0x27},
output: [][]byte{[]byte{0xb}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xb, 0x31, 0x2c},
output: [][]byte{[]byte{0xb}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xb, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xb}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xb, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x1},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x1}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xd},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xd}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xa},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xa}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xb},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xb}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x41},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x41}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x3a},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x3a}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x2c},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x2c}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x2e},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x2e}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x30},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x30}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x5f},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0x5f}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x5f}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xd7, 0x90},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x22},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x22}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x27},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x27}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xc2, 0xad},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xc2, 0xad}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x80},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x80}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x61, 0x3a},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x61, 0x27},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x61, 0x2c},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x31, 0x3a},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x31, 0x27},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x31, 0x2c},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x41, 0x1},
output: [][]byte{[]byte{0x41}, []byte{0x1}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x41, 0xd},
output: [][]byte{[]byte{0x41}, []byte{0xd}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x41, 0xa},
output: [][]byte{[]byte{0x41}, []byte{0xa}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x41, 0xb},
output: [][]byte{[]byte{0x41}, []byte{0xb}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x41, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x41}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x41, 0x41},
output: [][]byte{[]byte{0x41, 0x41}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x41, 0x3a},
output: [][]byte{[]byte{0x41}, []byte{0x3a}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x41, 0x2c},
output: [][]byte{[]byte{0x41}, []byte{0x2c}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x41, 0x2e},
output: [][]byte{[]byte{0x41}, []byte{0x2e}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x41, 0x30},
output: [][]byte{[]byte{0x41, 0x30}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x41, 0x5f},
output: [][]byte{[]byte{0x41, 0x5f}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x5f}},
},
{
input: []byte{0x41, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x41}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x41, 0xd7, 0x90},
output: [][]byte{[]byte{0x41, 0xd7, 0x90}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xd7, 0x90}},
},
{
input: []byte{0x41, 0x22},
output: [][]byte{[]byte{0x41}, []byte{0x22}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x41, 0x27},
output: [][]byte{[]byte{0x41}, []byte{0x27}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x41, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x41}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x41, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x41}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x41, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x41}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x41, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x41}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x41, 0xc2, 0xad},
output: [][]byte{[]byte{0x41, 0xc2, 0xad}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x41, 0xcc, 0x80},
output: [][]byte{[]byte{0x41, 0xcc, 0x80}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x41, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x41, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x41, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x41, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x41, 0x61, 0x3a},
output: [][]byte{[]byte{0x41, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x41, 0x61, 0x27},
output: [][]byte{[]byte{0x41, 0x61}, []byte{0x27}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61}, []byte{0x27}},
},
{
input: []byte{0x41, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x41, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x41, 0x61, 0x2c},
output: [][]byte{[]byte{0x41, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x41, 0x31, 0x3a},
output: [][]byte{[]byte{0x41, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x41, 0x31, 0x27},
output: [][]byte{[]byte{0x41, 0x31}, []byte{0x27}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x31}, []byte{0x27}},
},
{
input: []byte{0x41, 0x31, 0x2c},
output: [][]byte{[]byte{0x41, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x41, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x41, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x3a, 0x1},
output: [][]byte{[]byte{0x3a}, []byte{0x1}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x3a, 0xd},
output: [][]byte{[]byte{0x3a}, []byte{0xd}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x3a, 0xa},
output: [][]byte{[]byte{0x3a}, []byte{0xa}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x3a, 0xb},
output: [][]byte{[]byte{0x3a}, []byte{0xb}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x3a, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x3a}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x3a, 0x41},
output: [][]byte{[]byte{0x3a}, []byte{0x41}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x3a, 0x3a},
output: [][]byte{[]byte{0x3a}, []byte{0x3a}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x3a, 0x2c},
output: [][]byte{[]byte{0x3a}, []byte{0x2c}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x3a, 0x2e},
output: [][]byte{[]byte{0x3a}, []byte{0x2e}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x3a, 0x30},
output: [][]byte{[]byte{0x3a}, []byte{0x30}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x3a, 0x5f},
output: [][]byte{[]byte{0x3a}, []byte{0x5f}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x3a, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x3a}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x3a, 0xd7, 0x90},
output: [][]byte{[]byte{0x3a}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x3a, 0x22},
output: [][]byte{[]byte{0x3a}, []byte{0x22}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x3a, 0x27},
output: [][]byte{[]byte{0x3a}, []byte{0x27}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x3a, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x3a}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x3a, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x3a}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x3a, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x3a}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x3a, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x3a}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x3a, 0xc2, 0xad},
output: [][]byte{[]byte{0x3a, 0xc2, 0xad}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x3a, 0xcc, 0x80},
output: [][]byte{[]byte{0x3a, 0xcc, 0x80}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x3a, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x3a, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x3a, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x3a}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x3a, 0x61, 0x3a},
output: [][]byte{[]byte{0x3a}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x3a, 0x61, 0x27},
output: [][]byte{[]byte{0x3a}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x3a, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x3a}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x3a, 0x61, 0x2c},
output: [][]byte{[]byte{0x3a}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x3a, 0x31, 0x3a},
output: [][]byte{[]byte{0x3a}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x3a, 0x31, 0x27},
output: [][]byte{[]byte{0x3a}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x3a, 0x31, 0x2c},
output: [][]byte{[]byte{0x3a}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x3a, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x3a}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x3a, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2c, 0x1},
output: [][]byte{[]byte{0x2c}, []byte{0x1}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x2c, 0xd},
output: [][]byte{[]byte{0x2c}, []byte{0xd}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x2c, 0xa},
output: [][]byte{[]byte{0x2c}, []byte{0xa}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x2c, 0xb},
output: [][]byte{[]byte{0x2c}, []byte{0xb}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x2c, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x2c}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x2c, 0x41},
output: [][]byte{[]byte{0x2c}, []byte{0x41}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x2c, 0x3a},
output: [][]byte{[]byte{0x2c}, []byte{0x3a}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x2c, 0x2c},
output: [][]byte{[]byte{0x2c}, []byte{0x2c}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x2c, 0x2e},
output: [][]byte{[]byte{0x2c}, []byte{0x2e}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x2c, 0x30},
output: [][]byte{[]byte{0x2c}, []byte{0x30}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x2c, 0x5f},
output: [][]byte{[]byte{0x2c}, []byte{0x5f}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x2c, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x2c}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x2c, 0xd7, 0x90},
output: [][]byte{[]byte{0x2c}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x2c, 0x22},
output: [][]byte{[]byte{0x2c}, []byte{0x22}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x2c, 0x27},
output: [][]byte{[]byte{0x2c}, []byte{0x27}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x2c, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x2c}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x2c, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x2c}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x2c, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x2c}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x2c, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x2c}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x2c, 0xc2, 0xad},
output: [][]byte{[]byte{0x2c, 0xc2, 0xad}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x2c, 0xcc, 0x80},
output: [][]byte{[]byte{0x2c, 0xcc, 0x80}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x2c, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x2c, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x2c, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2c}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2c, 0x61, 0x3a},
output: [][]byte{[]byte{0x2c}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x2c, 0x61, 0x27},
output: [][]byte{[]byte{0x2c}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x2c, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2c}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2c, 0x61, 0x2c},
output: [][]byte{[]byte{0x2c}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x2c, 0x31, 0x3a},
output: [][]byte{[]byte{0x2c}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x2c, 0x31, 0x27},
output: [][]byte{[]byte{0x2c}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x2c, 0x31, 0x2c},
output: [][]byte{[]byte{0x2c}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x2c, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2c}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2e, 0x1},
output: [][]byte{[]byte{0x2e}, []byte{0x1}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x2e, 0xd},
output: [][]byte{[]byte{0x2e}, []byte{0xd}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x2e, 0xa},
output: [][]byte{[]byte{0x2e}, []byte{0xa}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x2e, 0xb},
output: [][]byte{[]byte{0x2e}, []byte{0xb}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x2e, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x2e}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x2e, 0x41},
output: [][]byte{[]byte{0x2e}, []byte{0x41}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x2e, 0x3a},
output: [][]byte{[]byte{0x2e}, []byte{0x3a}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x2e, 0x2c},
output: [][]byte{[]byte{0x2e}, []byte{0x2c}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x2e, 0x2e},
output: [][]byte{[]byte{0x2e}, []byte{0x2e}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x2e, 0x30},
output: [][]byte{[]byte{0x2e}, []byte{0x30}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x2e, 0x5f},
output: [][]byte{[]byte{0x2e}, []byte{0x5f}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x2e, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x2e}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x2e, 0xd7, 0x90},
output: [][]byte{[]byte{0x2e}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x2e, 0x22},
output: [][]byte{[]byte{0x2e}, []byte{0x22}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x2e, 0x27},
output: [][]byte{[]byte{0x2e}, []byte{0x27}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x2e, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x2e}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x2e, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x2e}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x2e, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x2e}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x2e, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x2e}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x2e, 0xc2, 0xad},
output: [][]byte{[]byte{0x2e, 0xc2, 0xad}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x2e, 0xcc, 0x80},
output: [][]byte{[]byte{0x2e, 0xcc, 0x80}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x2e, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x2e, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x2e, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2e}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2e, 0x61, 0x3a},
output: [][]byte{[]byte{0x2e}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x2e, 0x61, 0x27},
output: [][]byte{[]byte{0x2e}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x2e, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2e}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2e, 0x61, 0x2c},
output: [][]byte{[]byte{0x2e}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x2e, 0x31, 0x3a},
output: [][]byte{[]byte{0x2e}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x2e, 0x31, 0x27},
output: [][]byte{[]byte{0x2e}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x2e, 0x31, 0x2c},
output: [][]byte{[]byte{0x2e}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x2e, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2e}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x30, 0x1},
output: [][]byte{[]byte{0x30}, []byte{0x1}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x30, 0xd},
output: [][]byte{[]byte{0x30}, []byte{0xd}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x30, 0xa},
output: [][]byte{[]byte{0x30}, []byte{0xa}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x30, 0xb},
output: [][]byte{[]byte{0x30}, []byte{0xb}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x30, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x30}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x30, 0x41},
output: [][]byte{[]byte{0x30, 0x41}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x30, 0x3a},
output: [][]byte{[]byte{0x30}, []byte{0x3a}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x30, 0x2c},
output: [][]byte{[]byte{0x30}, []byte{0x2c}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x30, 0x2e},
output: [][]byte{[]byte{0x30}, []byte{0x2e}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x30, 0x30},
output: [][]byte{[]byte{0x30, 0x30}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x30, 0x5f},
output: [][]byte{[]byte{0x30, 0x5f}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x5f}},
},
{
input: []byte{0x30, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x30}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x30, 0xd7, 0x90},
output: [][]byte{[]byte{0x30, 0xd7, 0x90}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xd7, 0x90}},
},
{
input: []byte{0x30, 0x22},
output: [][]byte{[]byte{0x30}, []byte{0x22}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x30, 0x27},
output: [][]byte{[]byte{0x30}, []byte{0x27}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x30, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x30}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x30, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x30}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x30, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x30}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x30, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x30}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x30, 0xc2, 0xad},
output: [][]byte{[]byte{0x30, 0xc2, 0xad}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x30, 0xcc, 0x80},
output: [][]byte{[]byte{0x30, 0xcc, 0x80}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x30, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x30, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x30, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x30, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x30, 0x61, 0x3a},
output: [][]byte{[]byte{0x30, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x30, 0x61, 0x27},
output: [][]byte{[]byte{0x30, 0x61}, []byte{0x27}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61}, []byte{0x27}},
},
{
input: []byte{0x30, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x30, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x30, 0x61, 0x2c},
output: [][]byte{[]byte{0x30, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x30, 0x31, 0x3a},
output: [][]byte{[]byte{0x30, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x30, 0x31, 0x27},
output: [][]byte{[]byte{0x30, 0x31}, []byte{0x27}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x31}, []byte{0x27}},
},
{
input: []byte{0x30, 0x31, 0x2c},
output: [][]byte{[]byte{0x30, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x30, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x30, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x5f, 0x1},
output: [][]byte{[]byte{0x5f}, []byte{0x1}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x5f, 0xd},
output: [][]byte{[]byte{0x5f}, []byte{0xd}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x5f, 0xa},
output: [][]byte{[]byte{0x5f}, []byte{0xa}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x5f, 0xb},
output: [][]byte{[]byte{0x5f}, []byte{0xb}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x5f, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x5f, 0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x5f, 0x41},
output: [][]byte{[]byte{0x5f, 0x41}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x5f, 0x3a},
output: [][]byte{[]byte{0x5f}, []byte{0x3a}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x5f, 0x2c},
output: [][]byte{[]byte{0x5f}, []byte{0x2c}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x5f, 0x2e},
output: [][]byte{[]byte{0x5f}, []byte{0x2e}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x5f, 0x30},
output: [][]byte{[]byte{0x5f, 0x30}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x5f, 0x5f},
output: [][]byte{[]byte{0x5f, 0x5f}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x5f}},
},
{
input: []byte{0x5f, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x5f}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x5f, 0xd7, 0x90},
output: [][]byte{[]byte{0x5f, 0xd7, 0x90}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0xd7, 0x90}},
},
{
input: []byte{0x5f, 0x22},
output: [][]byte{[]byte{0x5f}, []byte{0x22}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x5f, 0x27},
output: [][]byte{[]byte{0x5f}, []byte{0x27}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x5f, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x5f}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x5f, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x5f}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x5f, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x5f}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x5f, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x5f}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x5f, 0xc2, 0xad},
output: [][]byte{[]byte{0x5f, 0xc2, 0xad}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x5f, 0xcc, 0x80},
output: [][]byte{[]byte{0x5f, 0xcc, 0x80}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x5f, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x5f, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x5f, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x5f, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x5f, 0x61, 0x3a},
output: [][]byte{[]byte{0x5f, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x5f, 0x61, 0x27},
output: [][]byte{[]byte{0x5f, 0x61}, []byte{0x27}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x61}, []byte{0x27}},
},
{
input: []byte{0x5f, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x5f, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x5f, 0x61, 0x2c},
output: [][]byte{[]byte{0x5f, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x5f, 0x31, 0x3a},
output: [][]byte{[]byte{0x5f, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x5f, 0x31, 0x27},
output: [][]byte{[]byte{0x5f, 0x31}, []byte{0x27}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x31}, []byte{0x27}},
},
{
input: []byte{0x5f, 0x31, 0x2c},
output: [][]byte{[]byte{0x5f, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x5f, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x5f, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x5f, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xb}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x41},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x41}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x2e},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x2e}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x30},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x30}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x5f},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x5f}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xd7, 0x90},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x22},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x22}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xc2, 0xad},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xc2, 0xad}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x61, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x61, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x61, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x31, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x31, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x31, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd7, 0x90, 0x1},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0x1}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xd7, 0x90, 0xd},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xd}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xd7, 0x90, 0xa},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xa}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xd7, 0x90, 0xb},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xb}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xd7, 0x90, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xd7, 0x90, 0x41},
output: [][]byte{[]byte{0xd7, 0x90, 0x41}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0xd7, 0x90, 0x3a},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0x3a}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xd7, 0x90, 0x2c},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0x2c}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xd7, 0x90, 0x2e},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0x2e}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xd7, 0x90, 0x30},
output: [][]byte{[]byte{0xd7, 0x90, 0x30}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0xd7, 0x90, 0x5f},
output: [][]byte{[]byte{0xd7, 0x90, 0x5f}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x5f}},
},
{
input: []byte{0xd7, 0x90, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xd7, 0x90, 0xd7, 0x90},
output: [][]byte{[]byte{0xd7, 0x90, 0xd7, 0x90}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0xd7, 0x90}},
},
{
input: []byte{0xd7, 0x90, 0x22},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0x22}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xd7, 0x90, 0x27},
output: [][]byte{[]byte{0xd7, 0x90, 0x27}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x27}},
},
{
input: []byte{0xd7, 0x90, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xd7, 0x90, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xd7, 0x90, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xd7, 0x90, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xd7, 0x90, 0xc2, 0xad},
output: [][]byte{[]byte{0xd7, 0x90, 0xc2, 0xad}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x80},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x80}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xd7, 0x90, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xd7, 0x90, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xd7, 0x90, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd7, 0x90, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd7, 0x90, 0x61, 0x3a},
output: [][]byte{[]byte{0xd7, 0x90, 0x61}, []byte{0x3a}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x61}, []byte{0x3a}},
},
{
input: []byte{0xd7, 0x90, 0x61, 0x27},
output: [][]byte{[]byte{0xd7, 0x90, 0x61}, []byte{0x27}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x61}, []byte{0x27}},
},
{
input: []byte{0xd7, 0x90, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd7, 0x90, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd7, 0x90, 0x61, 0x2c},
output: [][]byte{[]byte{0xd7, 0x90, 0x61}, []byte{0x2c}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x61}, []byte{0x2c}},
},
{
input: []byte{0xd7, 0x90, 0x31, 0x3a},
output: [][]byte{[]byte{0xd7, 0x90, 0x31}, []byte{0x3a}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x31}, []byte{0x3a}},
},
{
input: []byte{0xd7, 0x90, 0x31, 0x27},
output: [][]byte{[]byte{0xd7, 0x90, 0x31}, []byte{0x27}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x31}, []byte{0x27}},
},
{
input: []byte{0xd7, 0x90, 0x31, 0x2c},
output: [][]byte{[]byte{0xd7, 0x90, 0x31}, []byte{0x2c}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x31}, []byte{0x2c}},
},
{
input: []byte{0xd7, 0x90, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd7, 0x90, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd7, 0x90, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x22, 0x1},
output: [][]byte{[]byte{0x22}, []byte{0x1}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x22, 0xd},
output: [][]byte{[]byte{0x22}, []byte{0xd}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x22, 0xa},
output: [][]byte{[]byte{0x22}, []byte{0xa}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x22, 0xb},
output: [][]byte{[]byte{0x22}, []byte{0xb}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x22, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x22}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x22, 0x41},
output: [][]byte{[]byte{0x22}, []byte{0x41}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x22, 0x3a},
output: [][]byte{[]byte{0x22}, []byte{0x3a}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x22, 0x2c},
output: [][]byte{[]byte{0x22}, []byte{0x2c}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x22, 0x2e},
output: [][]byte{[]byte{0x22}, []byte{0x2e}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x22, 0x30},
output: [][]byte{[]byte{0x22}, []byte{0x30}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x22, 0x5f},
output: [][]byte{[]byte{0x22}, []byte{0x5f}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x22, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x22}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x22, 0xd7, 0x90},
output: [][]byte{[]byte{0x22}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x22, 0x22},
output: [][]byte{[]byte{0x22}, []byte{0x22}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x22, 0x27},
output: [][]byte{[]byte{0x22}, []byte{0x27}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x22, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x22}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x22, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x22}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x22, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x22}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x22, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x22}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x22, 0xc2, 0xad},
output: [][]byte{[]byte{0x22, 0xc2, 0xad}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x22, 0xcc, 0x80},
output: [][]byte{[]byte{0x22, 0xcc, 0x80}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x22, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x22, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x22, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x22}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x22, 0x61, 0x3a},
output: [][]byte{[]byte{0x22}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x22, 0x61, 0x27},
output: [][]byte{[]byte{0x22}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x22, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x22}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x22, 0x61, 0x2c},
output: [][]byte{[]byte{0x22}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x22, 0x31, 0x3a},
output: [][]byte{[]byte{0x22}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x22, 0x31, 0x27},
output: [][]byte{[]byte{0x22}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x22, 0x31, 0x2c},
output: [][]byte{[]byte{0x22}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x22, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x22}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x27, 0x1},
output: [][]byte{[]byte{0x27}, []byte{0x1}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x27, 0xd},
output: [][]byte{[]byte{0x27}, []byte{0xd}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x27, 0xa},
output: [][]byte{[]byte{0x27}, []byte{0xa}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x27, 0xb},
output: [][]byte{[]byte{0x27}, []byte{0xb}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x27, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x27}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x27, 0x41},
output: [][]byte{[]byte{0x27}, []byte{0x41}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x27, 0x3a},
output: [][]byte{[]byte{0x27}, []byte{0x3a}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x27, 0x2c},
output: [][]byte{[]byte{0x27}, []byte{0x2c}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x27, 0x2e},
output: [][]byte{[]byte{0x27}, []byte{0x2e}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x27, 0x30},
output: [][]byte{[]byte{0x27}, []byte{0x30}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x27, 0x5f},
output: [][]byte{[]byte{0x27}, []byte{0x5f}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x27, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x27}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x27, 0xd7, 0x90},
output: [][]byte{[]byte{0x27}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x27, 0x22},
output: [][]byte{[]byte{0x27}, []byte{0x22}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x27, 0x27},
output: [][]byte{[]byte{0x27}, []byte{0x27}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x27, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x27}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x27, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x27}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x27, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x27}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x27, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x27}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x27, 0xc2, 0xad},
output: [][]byte{[]byte{0x27, 0xc2, 0xad}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x27, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x27, 0xcc, 0x80},
output: [][]byte{[]byte{0x27, 0xcc, 0x80}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x27, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x27, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x27, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x27, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x27}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x27, 0x61, 0x3a},
output: [][]byte{[]byte{0x27}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x27, 0x61, 0x27},
output: [][]byte{[]byte{0x27}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x27, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x27}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x27, 0x61, 0x2c},
output: [][]byte{[]byte{0x27}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x27, 0x31, 0x3a},
output: [][]byte{[]byte{0x27}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x27, 0x31, 0x27},
output: [][]byte{[]byte{0x27}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x27, 0x31, 0x2c},
output: [][]byte{[]byte{0x27}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x27, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x27}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x27, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x1},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xd},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xa},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xb},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xb}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x41},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x41}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x3a},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x2c},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x2e},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x2e}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x30},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x30}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x5f},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x5f}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xd7, 0x90},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x22},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x22}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x27},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xc2, 0xad},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xc2, 0xad}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x61, 0x3a},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x61, 0x27},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x61, 0x2c},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x31, 0x3a},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x31, 0x27},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x31, 0x2c},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xb}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x41},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x41}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x2e},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x2e}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x30},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x30}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x5f},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x5f}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xd7, 0x90},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x22},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x22}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xc2, 0xad},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xc2, 0xad}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x61, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x61, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x61, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x31, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x31, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x31, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x8f, 0xbb, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x1},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xd},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xa},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xb},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xb}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x41},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x41}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x3a},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x2c},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x2e},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x2e}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x30},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x30}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x5f},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x5f}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xd7, 0x90},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x22},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x22}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x27},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xc2, 0xad},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xc2, 0xad}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x61, 0x3a},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x61, 0x27},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x61, 0x2c},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x31, 0x3a},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x31, 0x27},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x31, 0x2c},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x9d, 0xa4, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xb}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x41},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x41}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x2e},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x2e}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x30},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x30}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x5f},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x5f}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xd7, 0x90},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x22},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x22}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xc2, 0xad},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xc2, 0xad}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x61, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x61, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x61, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x31, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x31, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x31, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xc2, 0xad, 0x1},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x1}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xc2, 0xad, 0xd},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xd}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xc2, 0xad, 0xa},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xa}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xc2, 0xad, 0xb},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xb}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xc2, 0xad, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xc2, 0xad, 0x41},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x41}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xc2, 0xad, 0x3a},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x3a}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xc2, 0xad, 0x2c},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x2c}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xc2, 0xad, 0x2e},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x2e}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xc2, 0xad, 0x30},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x30}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xc2, 0xad, 0x5f},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x5f}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0xc2, 0xad, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xc2, 0xad, 0xd7, 0x90},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xc2, 0xad, 0x22},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x22}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xc2, 0xad, 0x27},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x27}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xc2, 0xad, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xc2, 0xad, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xc2, 0xad, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xc2, 0xad, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xc2, 0xad, 0xc2, 0xad},
output: [][]byte{[]byte{0xc2, 0xad, 0xc2, 0xad}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x80},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x80}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xc2, 0xad, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xc2, 0xad, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xc2, 0xad, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xc2, 0xad, 0x61, 0x3a},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xc2, 0xad, 0x61, 0x27},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xc2, 0xad, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xc2, 0xad, 0x61, 0x2c},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xc2, 0xad, 0x31, 0x3a},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xc2, 0xad, 0x31, 0x27},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xc2, 0xad, 0x31, 0x2c},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xc2, 0xad, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xcc, 0x80, 0x1},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x1}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xcc, 0x80, 0xd},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xd}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xcc, 0x80, 0xa},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xa}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xcc, 0x80, 0xb},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xb}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xcc, 0x80, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xcc, 0x80, 0x41},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x41}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xcc, 0x80, 0x3a},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x3a}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xcc, 0x80, 0x2c},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x2c}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xcc, 0x80, 0x2e},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x2e}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xcc, 0x80, 0x30},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x30}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xcc, 0x80, 0x5f},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x5f}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0xcc, 0x80, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xcc, 0x80, 0xd7, 0x90},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xcc, 0x80, 0x22},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x22}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xcc, 0x80, 0x27},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x27}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xcc, 0x80, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xcc, 0x80, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xcc, 0x80, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xcc, 0x80, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xcc, 0x80, 0xc2, 0xad},
output: [][]byte{[]byte{0xcc, 0x80, 0xc2, 0xad}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x80},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xcc, 0x80, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xcc, 0x80, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xcc, 0x80, 0x61, 0x3a},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xcc, 0x80, 0x61, 0x27},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xcc, 0x80, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xcc, 0x80, 0x61, 0x2c},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xcc, 0x80, 0x31, 0x3a},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xcc, 0x80, 0x31, 0x27},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xcc, 0x80, 0x31, 0x2c},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xcc, 0x80, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x1},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xd},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xa},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xb},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xb}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x41},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x41}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x3a},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x2c},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x2e},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x2e}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x30},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x30}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x5f},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x5f}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xd7, 0x90},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x22},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x22}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x27},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xc2, 0xad},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xc2, 0xad}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x61, 0x3a},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x61, 0x27},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x61, 0x2c},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x31, 0x3a},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x31, 0x27},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x31, 0x2c},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x1},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x1}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xd},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xd}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xa},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xa}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xb},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xb}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x41},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x41}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x3a},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x3a}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x2c},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x2c}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x2e},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x2e}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x30},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x30}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x5f},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x5f}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x5f}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xd7, 0x90},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xd7, 0x90}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd7, 0x90}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x22},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x22}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x27},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x27}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xc2, 0xad},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x80},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0x3a},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0x27},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x27}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x27}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0x2c},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x31, 0x3a},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x31, 0x27},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x27}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x27}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x31, 0x2c},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x3a, 0x1},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x1}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x61, 0x3a, 0xd},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xd}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x61, 0x3a, 0xa},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xa}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x61, 0x3a, 0xb},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xb}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x61, 0x3a, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x61, 0x3a, 0x41},
output: [][]byte{[]byte{0x61, 0x3a, 0x41}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x61, 0x3a, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x3a, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x3a, 0x2e},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2e}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x61, 0x3a, 0x30},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x30}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x61, 0x3a, 0x5f},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x5f}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x61, 0x3a, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x61, 0x3a, 0xd7, 0x90},
output: [][]byte{[]byte{0x61, 0x3a, 0xd7, 0x90}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0xd7, 0x90}},
},
{
input: []byte{0x61, 0x3a, 0x22},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x22}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x61, 0x3a, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x27}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x61, 0x3a, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x61, 0x3a, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x61, 0x3a, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x61, 0x3a, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x61, 0x3a, 0xc2, 0xad},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x80},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0x3a, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x61, 0x3a, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x3a, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x3a, 0x61, 0x3a},
output: [][]byte{[]byte{0x61, 0x3a, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x3a, 0x61, 0x27},
output: [][]byte{[]byte{0x61, 0x3a, 0x61}, []byte{0x27}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x61}, []byte{0x27}},
},
{
input: []byte{0x61, 0x3a, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x3a, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x3a, 0x61, 0x2c},
output: [][]byte{[]byte{0x61, 0x3a, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x3a, 0x31, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x3a, 0x31, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x61, 0x3a, 0x31, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x3a, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x3a, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0x1},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x1}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x61, 0x27, 0xd},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xd}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x61, 0x27, 0xa},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xa}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x61, 0x27, 0xb},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xb}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x61, 0x27, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x61, 0x27, 0x41},
output: [][]byte{[]byte{0x61, 0x27, 0x41}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x61, 0x27, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0x2e},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x2e}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x61, 0x27, 0x30},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x30}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x61, 0x27, 0x5f},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x5f}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x61, 0x27, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x61, 0x27, 0xd7, 0x90},
output: [][]byte{[]byte{0x61, 0x27, 0xd7, 0x90}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0xd7, 0x90}},
},
{
input: []byte{0x61, 0x27, 0x22},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x22}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x61, 0x27, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x61, 0x27, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x61, 0x27, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x61, 0x27, 0xc2, 0xad},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x80},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x61, 0x27, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x27, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0x61, 0x3a},
output: [][]byte{[]byte{0x61, 0x27, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0x61, 0x27},
output: [][]byte{[]byte{0x61, 0x27, 0x61}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x61}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x27, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0x61, 0x2c},
output: [][]byte{[]byte{0x61, 0x27, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0x31, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0x31, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0x31, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x1},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x1}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xd},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xd}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xa},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xa}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xb},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xb}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x41},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x41}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x2e},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x2e}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x30},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x30}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x5f},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x5f}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xd7, 0x90},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xd7, 0x90}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd7, 0x90}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x22},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x22}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xc2, 0xad},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x80},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0x3a},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0x27},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0x2c},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x31, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x31, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x31, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x2c, 0x1},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x1}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x61, 0x2c, 0xd},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xd}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x61, 0x2c, 0xa},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xa}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x61, 0x2c, 0xb},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xb}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x61, 0x2c, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x61, 0x2c, 0x41},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x41}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x61, 0x2c, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x2c, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x2c, 0x2e},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2e}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x61, 0x2c, 0x30},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x30}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x61, 0x2c, 0x5f},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x5f}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x61, 0x2c, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x61, 0x2c, 0xd7, 0x90},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x61, 0x2c, 0x22},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x22}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x61, 0x2c, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x27}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x61, 0x2c, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x61, 0x2c, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x61, 0x2c, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x61, 0x2c, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x61, 0x2c, 0xc2, 0xad},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x80},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0x2c, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x61, 0x2c, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x2c, 0x61, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x2c, 0x61, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x61, 0x2c, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x2c, 0x61, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x2c, 0x31, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x61, 0x2c, 0x31, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x61, 0x2c, 0x31, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x61, 0x2c, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x61, 0x2c, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x3a, 0x1},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x1}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x31, 0x3a, 0xd},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xd}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x31, 0x3a, 0xa},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xa}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x31, 0x3a, 0xb},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xb}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x31, 0x3a, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x31, 0x3a, 0x41},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x41}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x31, 0x3a, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x3a, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x3a, 0x2e},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2e}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x31, 0x3a, 0x30},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x30}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x31, 0x3a, 0x5f},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x5f}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x31, 0x3a, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x31, 0x3a, 0xd7, 0x90},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x31, 0x3a, 0x22},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x22}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x31, 0x3a, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x27}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x31, 0x3a, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x31, 0x3a, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x31, 0x3a, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x31, 0x3a, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x31, 0x3a, 0xc2, 0xad},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xc2, 0xad}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x80},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x80}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x31, 0x3a, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x31, 0x3a, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x3a, 0x61, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x3a, 0x61, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x31, 0x3a, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x3a, 0x61, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x3a, 0x31, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x3a, 0x31, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
},
{
input: []byte{0x31, 0x3a, 0x31, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x3a, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x3a, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x27, 0x1},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x1}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x31, 0x27, 0xd},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xd}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x31, 0x27, 0xa},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xa}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x31, 0x27, 0xb},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xb}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x31, 0x27, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x31, 0x27, 0x41},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x41}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x31, 0x27, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x27, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x27, 0x2e},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x2e}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x31, 0x27, 0x30},
output: [][]byte{[]byte{0x31, 0x27, 0x30}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x31, 0x27, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x31, 0x27, 0x5f},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x5f}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x31, 0x27, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x31, 0x27, 0xd7, 0x90},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x31, 0x27, 0x22},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x22}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x31, 0x27, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x27}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x31, 0x27, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x31, 0x27, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x31, 0x27, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x31, 0x27, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x31, 0x27, 0xc2, 0xad},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xc2, 0xad}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x80},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x80}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x31, 0x27, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x31, 0x27, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x27, 0x61, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x27, 0x61, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x31, 0x27, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x27, 0x61, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x27, 0x31, 0x3a},
output: [][]byte{[]byte{0x31, 0x27, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x31, 0x27, 0xcc, 0x88, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x27, 0x31, 0x27},
output: [][]byte{[]byte{0x31, 0x27, 0x31}, []byte{0x27}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x31, 0x27, 0xcc, 0x88, 0x31}, []byte{0x27}},
},
{
input: []byte{0x31, 0x27, 0x31, 0x2c},
output: [][]byte{[]byte{0x31, 0x27, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x31, 0x27, 0xcc, 0x88, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x27, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31, 0x27, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x27, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31, 0x27, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2c, 0x1},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x1}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x31, 0x2c, 0xd},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xd}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x31, 0x2c, 0xa},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xa}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x31, 0x2c, 0xb},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xb}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x31, 0x2c, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x31, 0x2c, 0x41},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x41}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x31, 0x2c, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2c, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2c, 0x2e},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2e}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x31, 0x2c, 0x30},
output: [][]byte{[]byte{0x31, 0x2c, 0x30}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x31, 0x2c, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x31, 0x2c, 0x5f},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x5f}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x31, 0x2c, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x31, 0x2c, 0xd7, 0x90},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x31, 0x2c, 0x22},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x22}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x31, 0x2c, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2c, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x31, 0x2c, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x31, 0x2c, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x31, 0x2c, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x31, 0x2c, 0xc2, 0xad},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xc2, 0xad}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x80},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x80}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x31, 0x2c, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x31, 0x2c, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2c, 0x61, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2c, 0x61, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2c, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2c, 0x61, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2c, 0x31, 0x3a},
output: [][]byte{[]byte{0x31, 0x2c, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x31, 0x2c, 0xcc, 0x88, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2c, 0x31, 0x27},
output: [][]byte{[]byte{0x31, 0x2c, 0x31}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x31, 0x2c, 0xcc, 0x88, 0x31}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2c, 0x31, 0x2c},
output: [][]byte{[]byte{0x31, 0x2c, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x31, 0x2c, 0xcc, 0x88, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2c, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31, 0x2c, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2c, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31, 0x2c, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x1},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x1}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xd},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xd}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xd}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xa},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xa}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xa}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xb},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xb}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xb},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xb}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x41},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x41}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x2e},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x2e}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2e}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x30},
output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x30}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x5f},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x5f}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x5f},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x5f}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xd7, 0x90},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd7, 0x90},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xd7, 0x90}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x22},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x22}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x22}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xc2, 0xad},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xc2, 0xad}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x80},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x80}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x61, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x3a},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x61, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x61, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x2c},
output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31, 0x3a},
output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x3a},
output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x3a}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31, 0x27},
output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x27},
output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x27}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31, 0x2c},
output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2c},
output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x2c}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xd, 0xa, 0x61, 0xa, 0xcc, 0x88},
output: [][]byte{[]byte{0xd, 0xa}, []byte{0x61}, []byte{0xa}, []byte{0xcc, 0x88}},
},
{
input: []byte{0x61, 0xcc, 0x88},
output: [][]byte{[]byte{0x61, 0xcc, 0x88}},
},
{
input: []byte{0x20, 0xe2, 0x80, 0x8d, 0xd9, 0x86},
output: [][]byte{[]byte{0x20, 0xe2, 0x80, 0x8d}, []byte{0xd9, 0x86}},
},
{
input: []byte{0xd9, 0x86, 0xe2, 0x80, 0x8d, 0x20},
output: [][]byte{[]byte{0xd9, 0x86, 0xe2, 0x80, 0x8d}, []byte{0x20}},
},
{
input: []byte{0x41, 0x41, 0x41},
output: [][]byte{[]byte{0x41, 0x41, 0x41}},
},
{
input: []byte{0x41, 0x3a, 0x41},
output: [][]byte{[]byte{0x41, 0x3a, 0x41}},
},
{
input: []byte{0x41, 0x3a, 0x3a, 0x41},
output: [][]byte{[]byte{0x41}, []byte{0x3a}, []byte{0x3a}, []byte{0x41}},
},
{
input: []byte{0xd7, 0x90, 0x27},
output: [][]byte{[]byte{0xd7, 0x90, 0x27}},
},
{
input: []byte{0xd7, 0x90, 0x22, 0xd7, 0x90},
output: [][]byte{[]byte{0xd7, 0x90, 0x22, 0xd7, 0x90}},
},
{
input: []byte{0x41, 0x30, 0x30, 0x41},
output: [][]byte{[]byte{0x41, 0x30, 0x30, 0x41}},
},
{
input: []byte{0x30, 0x2c, 0x30},
output: [][]byte{[]byte{0x30, 0x2c, 0x30}},
},
{
input: []byte{0x30, 0x2c, 0x2c, 0x30},
output: [][]byte{[]byte{0x30}, []byte{0x2c}, []byte{0x2c}, []byte{0x30}},
},
{
input: []byte{0xe3, 0x80, 0xb1, 0xe3, 0x80, 0xb1},
output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xe3, 0x80, 0xb1}},
},
{
input: []byte{0x41, 0x5f, 0x30, 0x5f, 0xe3, 0x80, 0xb1, 0x5f},
output: [][]byte{[]byte{0x41, 0x5f, 0x30, 0x5f, 0xe3, 0x80, 0xb1, 0x5f}},
},
{
input: []byte{0x41, 0x5f, 0x5f, 0x41},
output: [][]byte{[]byte{0x41, 0x5f, 0x5f, 0x41}},
},
{
input: []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
},
{
input: []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
},
{
input: []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
},
{
input: []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
},
{
input: []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0xf0, 0x9f, 0x87, 0xa9, 0x62},
output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8, 0xf0, 0x9f, 0x87, 0xa9}, []byte{0x62}},
},
{
input: []byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x8f, 0xbb, 0xe2, 0x98, 0x9d},
output: [][]byte{[]byte{0xe2, 0x98, 0x9d, 0xf0, 0x9f, 0x8f, 0xbb}, []byte{0xe2, 0x98, 0x9d}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x8f, 0xbb}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xe2, 0x9d, 0xa4},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xe2, 0x9d, 0xa4}},
},
{
input: []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0xf0, 0x9f, 0x91, 0xa6, 0xf0, 0x9f, 0x91, 0xa6},
output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xa6}, []byte{0xf0, 0x9f, 0x91, 0xa6}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x62},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x62}},
},
{
input: []byte{0x31, 0x3a, 0x3a, 0x31},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x3a, 0x3a, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x3a, 0x3a, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x31, 0x3a, 0x3a, 0x61},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x3a, 0x3a, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x3a, 0x3a, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x31, 0x3a, 0x2e, 0x31},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x3a, 0x2e, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x3a, 0x2e, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x31, 0x3a, 0x2e, 0x61},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x3a, 0x2e, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x3a, 0x2e, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x31, 0x3a, 0x2c, 0x31},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x3a, 0x2c, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x3a, 0x2c, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x31, 0x3a, 0x2c, 0x61},
output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x3a, 0x2c, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x3a, 0x2c, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x31, 0x2e, 0x3a, 0x31},
output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2e, 0x3a, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2e, 0x3a, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x31, 0x2e, 0x3a, 0x61},
output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2e, 0x3a, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2e, 0x3a, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x31, 0x2e, 0x2e, 0x31},
output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2e, 0x2e, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2e, 0x2e, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x31, 0x2e, 0x2e, 0x61},
output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2e, 0x2e, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2e, 0x2e, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x31, 0x2e, 0x2c, 0x31},
output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2e, 0x2c, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2e, 0x2c, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x31, 0x2e, 0x2c, 0x61},
output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2e, 0x2c, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2e, 0x2c, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x31, 0x2c, 0x3a, 0x31},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2c, 0x3a, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2c, 0x3a, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x31, 0x2c, 0x3a, 0x61},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2c, 0x3a, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2c, 0x3a, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x31, 0x2c, 0x2e, 0x31},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2c, 0x2e, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2c, 0x2e, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x31, 0x2c, 0x2e, 0x61},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2c, 0x2e, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2c, 0x2e, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x31, 0x2c, 0x2c, 0x31},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2c, 0x2c, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2c, 0x2c, 0x31},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x31, 0x2c, 0x2c, 0x61},
output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x31, 0x2c, 0x2c, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x31, 0x5f, 0x61, 0x2c, 0x2c, 0x61},
output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x61, 0x3a, 0x3a, 0x31},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x3a, 0x3a, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x3a, 0x3a, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x61, 0x3a, 0x3a, 0x61},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x3a, 0x3a, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x3a, 0x3a, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x61, 0x3a, 0x2e, 0x31},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x3a, 0x2e, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x3a, 0x2e, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x61, 0x3a, 0x2e, 0x61},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x3a, 0x2e, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x3a, 0x2e, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x61, 0x3a, 0x2c, 0x31},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x3a, 0x2c, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x3a, 0x2c, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x61, 0x3a, 0x2c, 0x61},
output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x3a, 0x2c, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x3a, 0x2c, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x61, 0x2e, 0x3a, 0x31},
output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2e, 0x3a, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2e, 0x3a, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x61, 0x2e, 0x3a, 0x61},
output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2e, 0x3a, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2e, 0x3a, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x61, 0x2e, 0x2e, 0x31},
output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2e, 0x2e, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2e, 0x2e, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x61, 0x2e, 0x2e, 0x61},
output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2e, 0x2e, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2e, 0x2e, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x61, 0x2e, 0x2c, 0x31},
output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2e, 0x2c, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2e, 0x2c, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x61, 0x2e, 0x2c, 0x61},
output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2e, 0x2c, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2e, 0x2c, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x61, 0x2c, 0x3a, 0x31},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2c, 0x3a, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2c, 0x3a, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
},
{
input: []byte{0x61, 0x2c, 0x3a, 0x61},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2c, 0x3a, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2c, 0x3a, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
},
{
input: []byte{0x61, 0x2c, 0x2e, 0x31},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2c, 0x2e, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2c, 0x2e, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
},
{
input: []byte{0x61, 0x2c, 0x2e, 0x61},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2c, 0x2e, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2c, 0x2e, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
},
{
input: []byte{0x61, 0x2c, 0x2c, 0x31},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2c, 0x2c, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2c, 0x2c, 0x31},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
},
{
input: []byte{0x61, 0x2c, 0x2c, 0x61},
output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x31, 0x2c, 0x2c, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
},
{
input: []byte{0x61, 0x5f, 0x61, 0x2c, 0x2c, 0x61},
output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
},
}
var unicodeSentenceTests = []struct {
input []byte
output [][]byte
}{
{
input: []byte{0x1, 0x1},
output: [][]byte{[]byte{0x1, 0x1}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x1}},
},
{
input: []byte{0x1, 0xd},
output: [][]byte{[]byte{0x1, 0xd}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0x1, 0xa},
output: [][]byte{[]byte{0x1, 0xa}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0x1, 0xc2, 0x85},
output: [][]byte{[]byte{0x1, 0xc2, 0x85}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0x1, 0x9},
output: [][]byte{[]byte{0x1, 0x9}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0x1, 0x61},
output: [][]byte{[]byte{0x1, 0x61}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x61}},
},
{
input: []byte{0x1, 0x41},
output: [][]byte{[]byte{0x1, 0x41}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x1, 0xc6, 0xbb},
output: [][]byte{[]byte{0x1, 0xc6, 0xbb}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0x1, 0x30},
output: [][]byte{[]byte{0x1, 0x30}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x1, 0x2e},
output: [][]byte{[]byte{0x1, 0x2e}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0x1, 0x21},
output: [][]byte{[]byte{0x1, 0x21}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0x1, 0x22},
output: [][]byte{[]byte{0x1, 0x22}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0x1, 0x2c},
output: [][]byte{[]byte{0x1, 0x2c}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0x1, 0xc2, 0xad},
output: [][]byte{[]byte{0x1, 0xc2, 0xad}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x1, 0xcc, 0x80},
output: [][]byte{[]byte{0x1, 0xcc, 0x80}},
},
{
input: []byte{0x1, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xd, 0x1},
output: [][]byte{[]byte{0xd}, []byte{0x1}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x1}},
},
{
input: []byte{0xd, 0xd},
output: [][]byte{[]byte{0xd}, []byte{0xd}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xd}},
},
{
input: []byte{0xd, 0xa},
output: [][]byte{[]byte{0xd, 0xa}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xa}},
},
{
input: []byte{0xd, 0xc2, 0x85},
output: [][]byte{[]byte{0xd}, []byte{0xc2, 0x85}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0xd, 0x9},
output: [][]byte{[]byte{0xd}, []byte{0x9}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x9}},
},
{
input: []byte{0xd, 0x61},
output: [][]byte{[]byte{0xd}, []byte{0x61}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x61}},
},
{
input: []byte{0xd, 0x41},
output: [][]byte{[]byte{0xd}, []byte{0x41}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x41}},
},
{
input: []byte{0xd, 0xc6, 0xbb},
output: [][]byte{[]byte{0xd}, []byte{0xc6, 0xbb}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0xd, 0x30},
output: [][]byte{[]byte{0xd}, []byte{0x30}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x30}},
},
{
input: []byte{0xd, 0x2e},
output: [][]byte{[]byte{0xd}, []byte{0x2e}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x2e}},
},
{
input: []byte{0xd, 0x21},
output: [][]byte{[]byte{0xd}, []byte{0x21}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x21}},
},
{
input: []byte{0xd, 0x22},
output: [][]byte{[]byte{0xd}, []byte{0x22}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x22}},
},
{
input: []byte{0xd, 0x2c},
output: [][]byte{[]byte{0xd}, []byte{0x2c}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x2c}},
},
{
input: []byte{0xd, 0xc2, 0xad},
output: [][]byte{[]byte{0xd}, []byte{0xc2, 0xad}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xd, 0xcc, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x80}},
},
{
input: []byte{0xd, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xa, 0x1},
output: [][]byte{[]byte{0xa}, []byte{0x1}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x1}},
},
{
input: []byte{0xa, 0xd},
output: [][]byte{[]byte{0xa}, []byte{0xd}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xd}},
},
{
input: []byte{0xa, 0xa},
output: [][]byte{[]byte{0xa}, []byte{0xa}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xa}},
},
{
input: []byte{0xa, 0xc2, 0x85},
output: [][]byte{[]byte{0xa}, []byte{0xc2, 0x85}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0xa, 0x9},
output: [][]byte{[]byte{0xa}, []byte{0x9}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x9}},
},
{
input: []byte{0xa, 0x61},
output: [][]byte{[]byte{0xa}, []byte{0x61}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x61}},
},
{
input: []byte{0xa, 0x41},
output: [][]byte{[]byte{0xa}, []byte{0x41}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x41}},
},
{
input: []byte{0xa, 0xc6, 0xbb},
output: [][]byte{[]byte{0xa}, []byte{0xc6, 0xbb}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0xa, 0x30},
output: [][]byte{[]byte{0xa}, []byte{0x30}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x30}},
},
{
input: []byte{0xa, 0x2e},
output: [][]byte{[]byte{0xa}, []byte{0x2e}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x2e}},
},
{
input: []byte{0xa, 0x21},
output: [][]byte{[]byte{0xa}, []byte{0x21}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x21}},
},
{
input: []byte{0xa, 0x22},
output: [][]byte{[]byte{0xa}, []byte{0x22}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x22}},
},
{
input: []byte{0xa, 0x2c},
output: [][]byte{[]byte{0xa}, []byte{0x2c}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x2c}},
},
{
input: []byte{0xa, 0xc2, 0xad},
output: [][]byte{[]byte{0xa}, []byte{0xc2, 0xad}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xa, 0xcc, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x80}},
},
{
input: []byte{0xa, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xc2, 0x85, 0x1},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x1}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x1}},
},
{
input: []byte{0xc2, 0x85, 0xd},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xd}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xd}},
},
{
input: []byte{0xc2, 0x85, 0xa},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xa}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xa}},
},
{
input: []byte{0xc2, 0x85, 0xc2, 0x85},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xc2, 0x85}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0xc2, 0x85, 0x9},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x9}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x9}},
},
{
input: []byte{0xc2, 0x85, 0x61},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x61}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x61}},
},
{
input: []byte{0xc2, 0x85, 0x41},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x41}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x41}},
},
{
input: []byte{0xc2, 0x85, 0xc6, 0xbb},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xc6, 0xbb}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0xc2, 0x85, 0x30},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x30}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x30}},
},
{
input: []byte{0xc2, 0x85, 0x2e},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x2e}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x2e}},
},
{
input: []byte{0xc2, 0x85, 0x21},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x21}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x21}},
},
{
input: []byte{0xc2, 0x85, 0x22},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x22}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x22}},
},
{
input: []byte{0xc2, 0x85, 0x2c},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x2c}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x2c}},
},
{
input: []byte{0xc2, 0x85, 0xc2, 0xad},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xc2, 0xad}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x80},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x80}},
},
{
input: []byte{0xc2, 0x85, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x9, 0x1},
output: [][]byte{[]byte{0x9, 0x1}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x1}},
},
{
input: []byte{0x9, 0xd},
output: [][]byte{[]byte{0x9, 0xd}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0x9, 0xa},
output: [][]byte{[]byte{0x9, 0xa}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0x9, 0xc2, 0x85},
output: [][]byte{[]byte{0x9, 0xc2, 0x85}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0x9, 0x9},
output: [][]byte{[]byte{0x9, 0x9}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0x9, 0x61},
output: [][]byte{[]byte{0x9, 0x61}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x61}},
},
{
input: []byte{0x9, 0x41},
output: [][]byte{[]byte{0x9, 0x41}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x9, 0xc6, 0xbb},
output: [][]byte{[]byte{0x9, 0xc6, 0xbb}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0x9, 0x30},
output: [][]byte{[]byte{0x9, 0x30}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x9, 0x2e},
output: [][]byte{[]byte{0x9, 0x2e}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0x9, 0x21},
output: [][]byte{[]byte{0x9, 0x21}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0x9, 0x22},
output: [][]byte{[]byte{0x9, 0x22}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0x9, 0x2c},
output: [][]byte{[]byte{0x9, 0x2c}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0x9, 0xc2, 0xad},
output: [][]byte{[]byte{0x9, 0xc2, 0xad}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x9, 0xcc, 0x80},
output: [][]byte{[]byte{0x9, 0xcc, 0x80}},
},
{
input: []byte{0x9, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0x1},
output: [][]byte{[]byte{0x61, 0x1}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x1}},
},
{
input: []byte{0x61, 0xd},
output: [][]byte{[]byte{0x61, 0xd}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0x61, 0xa},
output: [][]byte{[]byte{0x61, 0xa}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0x61, 0xc2, 0x85},
output: [][]byte{[]byte{0x61, 0xc2, 0x85}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0x61, 0x9},
output: [][]byte{[]byte{0x61, 0x9}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0x61, 0x61},
output: [][]byte{[]byte{0x61, 0x61}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x61}},
},
{
input: []byte{0x61, 0x41},
output: [][]byte{[]byte{0x61, 0x41}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x61, 0xc6, 0xbb},
output: [][]byte{[]byte{0x61, 0xc6, 0xbb}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0x61, 0x30},
output: [][]byte{[]byte{0x61, 0x30}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x61, 0x2e},
output: [][]byte{[]byte{0x61, 0x2e}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0x61, 0x21},
output: [][]byte{[]byte{0x61, 0x21}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0x61, 0x22},
output: [][]byte{[]byte{0x61, 0x22}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0x61, 0x2c},
output: [][]byte{[]byte{0x61, 0x2c}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0x61, 0xc2, 0xad},
output: [][]byte{[]byte{0x61, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x61, 0xcc, 0x80},
output: [][]byte{[]byte{0x61, 0xcc, 0x80}},
},
{
input: []byte{0x61, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x41, 0x1},
output: [][]byte{[]byte{0x41, 0x1}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x1}},
},
{
input: []byte{0x41, 0xd},
output: [][]byte{[]byte{0x41, 0xd}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0x41, 0xa},
output: [][]byte{[]byte{0x41, 0xa}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0x41, 0xc2, 0x85},
output: [][]byte{[]byte{0x41, 0xc2, 0x85}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0x41, 0x9},
output: [][]byte{[]byte{0x41, 0x9}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0x41, 0x61},
output: [][]byte{[]byte{0x41, 0x61}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61}},
},
{
input: []byte{0x41, 0x41},
output: [][]byte{[]byte{0x41, 0x41}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x41, 0xc6, 0xbb},
output: [][]byte{[]byte{0x41, 0xc6, 0xbb}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0x41, 0x30},
output: [][]byte{[]byte{0x41, 0x30}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x41, 0x2e},
output: [][]byte{[]byte{0x41, 0x2e}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0x41, 0x21},
output: [][]byte{[]byte{0x41, 0x21}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0x41, 0x22},
output: [][]byte{[]byte{0x41, 0x22}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0x41, 0x2c},
output: [][]byte{[]byte{0x41, 0x2c}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0x41, 0xc2, 0xad},
output: [][]byte{[]byte{0x41, 0xc2, 0xad}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x41, 0xcc, 0x80},
output: [][]byte{[]byte{0x41, 0xcc, 0x80}},
},
{
input: []byte{0x41, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xc6, 0xbb, 0x1},
output: [][]byte{[]byte{0xc6, 0xbb, 0x1}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x1}},
},
{
input: []byte{0xc6, 0xbb, 0xd},
output: [][]byte{[]byte{0xc6, 0xbb, 0xd}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0xc6, 0xbb, 0xa},
output: [][]byte{[]byte{0xc6, 0xbb, 0xa}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0xc6, 0xbb, 0xc2, 0x85},
output: [][]byte{[]byte{0xc6, 0xbb, 0xc2, 0x85}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0xc6, 0xbb, 0x9},
output: [][]byte{[]byte{0xc6, 0xbb, 0x9}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0xc6, 0xbb, 0x61},
output: [][]byte{[]byte{0xc6, 0xbb, 0x61}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x61}},
},
{
input: []byte{0xc6, 0xbb, 0x41},
output: [][]byte{[]byte{0xc6, 0xbb, 0x41}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0xc6, 0xbb, 0xc6, 0xbb},
output: [][]byte{[]byte{0xc6, 0xbb, 0xc6, 0xbb}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0xc6, 0xbb, 0x30},
output: [][]byte{[]byte{0xc6, 0xbb, 0x30}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0xc6, 0xbb, 0x2e},
output: [][]byte{[]byte{0xc6, 0xbb, 0x2e}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0xc6, 0xbb, 0x21},
output: [][]byte{[]byte{0xc6, 0xbb, 0x21}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0xc6, 0xbb, 0x22},
output: [][]byte{[]byte{0xc6, 0xbb, 0x22}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0xc6, 0xbb, 0x2c},
output: [][]byte{[]byte{0xc6, 0xbb, 0x2c}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0xc6, 0xbb, 0xc2, 0xad},
output: [][]byte{[]byte{0xc6, 0xbb, 0xc2, 0xad}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x80},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x80}},
},
{
input: []byte{0xc6, 0xbb, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x30, 0x1},
output: [][]byte{[]byte{0x30, 0x1}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x1}},
},
{
input: []byte{0x30, 0xd},
output: [][]byte{[]byte{0x30, 0xd}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0x30, 0xa},
output: [][]byte{[]byte{0x30, 0xa}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0x30, 0xc2, 0x85},
output: [][]byte{[]byte{0x30, 0xc2, 0x85}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0x30, 0x9},
output: [][]byte{[]byte{0x30, 0x9}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0x30, 0x61},
output: [][]byte{[]byte{0x30, 0x61}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61}},
},
{
input: []byte{0x30, 0x41},
output: [][]byte{[]byte{0x30, 0x41}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x30, 0xc6, 0xbb},
output: [][]byte{[]byte{0x30, 0xc6, 0xbb}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0x30, 0x30},
output: [][]byte{[]byte{0x30, 0x30}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x30, 0x2e},
output: [][]byte{[]byte{0x30, 0x2e}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0x30, 0x21},
output: [][]byte{[]byte{0x30, 0x21}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0x30, 0x22},
output: [][]byte{[]byte{0x30, 0x22}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0x30, 0x2c},
output: [][]byte{[]byte{0x30, 0x2c}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0x30, 0xc2, 0xad},
output: [][]byte{[]byte{0x30, 0xc2, 0xad}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x30, 0xcc, 0x80},
output: [][]byte{[]byte{0x30, 0xcc, 0x80}},
},
{
input: []byte{0x30, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x2e, 0x1},
output: [][]byte{[]byte{0x2e}, []byte{0x1}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x2e, 0xd},
output: [][]byte{[]byte{0x2e, 0xd}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0x2e, 0xa},
output: [][]byte{[]byte{0x2e, 0xa}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0x2e, 0xc2, 0x85},
output: [][]byte{[]byte{0x2e, 0xc2, 0x85}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0x2e, 0x9},
output: [][]byte{[]byte{0x2e, 0x9}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0x2e, 0x61},
output: [][]byte{[]byte{0x2e, 0x61}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x61}},
},
{
input: []byte{0x2e, 0x41},
output: [][]byte{[]byte{0x2e}, []byte{0x41}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x2e, 0xc6, 0xbb},
output: [][]byte{[]byte{0x2e}, []byte{0xc6, 0xbb}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xc6, 0xbb}},
},
{
input: []byte{0x2e, 0x30},
output: [][]byte{[]byte{0x2e, 0x30}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x2e, 0x2e},
output: [][]byte{[]byte{0x2e, 0x2e}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0x2e, 0x21},
output: [][]byte{[]byte{0x2e, 0x21}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0x2e, 0x22},
output: [][]byte{[]byte{0x2e, 0x22}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0x2e, 0x2c},
output: [][]byte{[]byte{0x2e, 0x2c}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0x2e, 0xc2, 0xad},
output: [][]byte{[]byte{0x2e, 0xc2, 0xad}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x2e, 0xcc, 0x80},
output: [][]byte{[]byte{0x2e, 0xcc, 0x80}},
},
{
input: []byte{0x2e, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x21, 0x1},
output: [][]byte{[]byte{0x21}, []byte{0x1}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x21, 0xcc, 0x88}, []byte{0x1}},
},
{
input: []byte{0x21, 0xd},
output: [][]byte{[]byte{0x21, 0xd}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0x21, 0xa},
output: [][]byte{[]byte{0x21, 0xa}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0x21, 0xc2, 0x85},
output: [][]byte{[]byte{0x21, 0xc2, 0x85}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0x21, 0x9},
output: [][]byte{[]byte{0x21, 0x9}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0x21, 0x61},
output: [][]byte{[]byte{0x21}, []byte{0x61}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0x21, 0xcc, 0x88}, []byte{0x61}},
},
{
input: []byte{0x21, 0x41},
output: [][]byte{[]byte{0x21}, []byte{0x41}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x21, 0xcc, 0x88}, []byte{0x41}},
},
{
input: []byte{0x21, 0xc6, 0xbb},
output: [][]byte{[]byte{0x21}, []byte{0xc6, 0xbb}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0x21, 0xcc, 0x88}, []byte{0xc6, 0xbb}},
},
{
input: []byte{0x21, 0x30},
output: [][]byte{[]byte{0x21}, []byte{0x30}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x21, 0xcc, 0x88}, []byte{0x30}},
},
{
input: []byte{0x21, 0x2e},
output: [][]byte{[]byte{0x21, 0x2e}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0x21, 0x21},
output: [][]byte{[]byte{0x21, 0x21}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0x21, 0x22},
output: [][]byte{[]byte{0x21, 0x22}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0x21, 0x2c},
output: [][]byte{[]byte{0x21, 0x2c}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0x21, 0xc2, 0xad},
output: [][]byte{[]byte{0x21, 0xc2, 0xad}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x21, 0xcc, 0x80},
output: [][]byte{[]byte{0x21, 0xcc, 0x80}},
},
{
input: []byte{0x21, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x22, 0x1},
output: [][]byte{[]byte{0x22, 0x1}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x1}},
},
{
input: []byte{0x22, 0xd},
output: [][]byte{[]byte{0x22, 0xd}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0x22, 0xa},
output: [][]byte{[]byte{0x22, 0xa}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0x22, 0xc2, 0x85},
output: [][]byte{[]byte{0x22, 0xc2, 0x85}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0x22, 0x9},
output: [][]byte{[]byte{0x22, 0x9}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0x22, 0x61},
output: [][]byte{[]byte{0x22, 0x61}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x61}},
},
{
input: []byte{0x22, 0x41},
output: [][]byte{[]byte{0x22, 0x41}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x22, 0xc6, 0xbb},
output: [][]byte{[]byte{0x22, 0xc6, 0xbb}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0x22, 0x30},
output: [][]byte{[]byte{0x22, 0x30}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x22, 0x2e},
output: [][]byte{[]byte{0x22, 0x2e}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0x22, 0x21},
output: [][]byte{[]byte{0x22, 0x21}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0x22, 0x22},
output: [][]byte{[]byte{0x22, 0x22}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0x22, 0x2c},
output: [][]byte{[]byte{0x22, 0x2c}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0x22, 0xc2, 0xad},
output: [][]byte{[]byte{0x22, 0xc2, 0xad}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x22, 0xcc, 0x80},
output: [][]byte{[]byte{0x22, 0xcc, 0x80}},
},
{
input: []byte{0x22, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0x2c, 0x1},
output: [][]byte{[]byte{0x2c, 0x1}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x1}},
},
{
input: []byte{0x2c, 0xd},
output: [][]byte{[]byte{0x2c, 0xd}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0x2c, 0xa},
output: [][]byte{[]byte{0x2c, 0xa}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0x2c, 0xc2, 0x85},
output: [][]byte{[]byte{0x2c, 0xc2, 0x85}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0x2c, 0x9},
output: [][]byte{[]byte{0x2c, 0x9}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0x2c, 0x61},
output: [][]byte{[]byte{0x2c, 0x61}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x61}},
},
{
input: []byte{0x2c, 0x41},
output: [][]byte{[]byte{0x2c, 0x41}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0x2c, 0xc6, 0xbb},
output: [][]byte{[]byte{0x2c, 0xc6, 0xbb}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0x2c, 0x30},
output: [][]byte{[]byte{0x2c, 0x30}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0x2c, 0x2e},
output: [][]byte{[]byte{0x2c, 0x2e}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0x2c, 0x21},
output: [][]byte{[]byte{0x2c, 0x21}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0x2c, 0x22},
output: [][]byte{[]byte{0x2c, 0x22}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0x2c, 0x2c},
output: [][]byte{[]byte{0x2c, 0x2c}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0x2c, 0xc2, 0xad},
output: [][]byte{[]byte{0x2c, 0xc2, 0xad}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0x2c, 0xcc, 0x80},
output: [][]byte{[]byte{0x2c, 0xcc, 0x80}},
},
{
input: []byte{0x2c, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xc2, 0xad, 0x1},
output: [][]byte{[]byte{0xc2, 0xad, 0x1}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x1}},
},
{
input: []byte{0xc2, 0xad, 0xd},
output: [][]byte{[]byte{0xc2, 0xad, 0xd}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0xc2, 0xad, 0xa},
output: [][]byte{[]byte{0xc2, 0xad, 0xa}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0xc2, 0xad, 0xc2, 0x85},
output: [][]byte{[]byte{0xc2, 0xad, 0xc2, 0x85}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0xc2, 0xad, 0x9},
output: [][]byte{[]byte{0xc2, 0xad, 0x9}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0xc2, 0xad, 0x61},
output: [][]byte{[]byte{0xc2, 0xad, 0x61}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x61}},
},
{
input: []byte{0xc2, 0xad, 0x41},
output: [][]byte{[]byte{0xc2, 0xad, 0x41}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0xc2, 0xad, 0xc6, 0xbb},
output: [][]byte{[]byte{0xc2, 0xad, 0xc6, 0xbb}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0xc2, 0xad, 0x30},
output: [][]byte{[]byte{0xc2, 0xad, 0x30}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0xc2, 0xad, 0x2e},
output: [][]byte{[]byte{0xc2, 0xad, 0x2e}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0xc2, 0xad, 0x21},
output: [][]byte{[]byte{0xc2, 0xad, 0x21}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0xc2, 0xad, 0x22},
output: [][]byte{[]byte{0xc2, 0xad, 0x22}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0xc2, 0xad, 0x2c},
output: [][]byte{[]byte{0xc2, 0xad, 0x2c}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0xc2, 0xad, 0xc2, 0xad},
output: [][]byte{[]byte{0xc2, 0xad, 0xc2, 0xad}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x80},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x80}},
},
{
input: []byte{0xc2, 0xad, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0x1},
output: [][]byte{[]byte{0xcc, 0x80, 0x1}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x1},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x1}},
},
{
input: []byte{0xcc, 0x80, 0xd},
output: [][]byte{[]byte{0xcc, 0x80, 0xd}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xd},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xd}},
},
{
input: []byte{0xcc, 0x80, 0xa},
output: [][]byte{[]byte{0xcc, 0x80, 0xa}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xa},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xa}},
},
{
input: []byte{0xcc, 0x80, 0xc2, 0x85},
output: [][]byte{[]byte{0xcc, 0x80, 0xc2, 0x85}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0x85},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0x85}},
},
{
input: []byte{0xcc, 0x80, 0x9},
output: [][]byte{[]byte{0xcc, 0x80, 0x9}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x9},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x9}},
},
{
input: []byte{0xcc, 0x80, 0x61},
output: [][]byte{[]byte{0xcc, 0x80, 0x61}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x61},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x61}},
},
{
input: []byte{0xcc, 0x80, 0x41},
output: [][]byte{[]byte{0xcc, 0x80, 0x41}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x41},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x41}},
},
{
input: []byte{0xcc, 0x80, 0xc6, 0xbb},
output: [][]byte{[]byte{0xcc, 0x80, 0xc6, 0xbb}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xc6, 0xbb},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xc6, 0xbb}},
},
{
input: []byte{0xcc, 0x80, 0x30},
output: [][]byte{[]byte{0xcc, 0x80, 0x30}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x30},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x30}},
},
{
input: []byte{0xcc, 0x80, 0x2e},
output: [][]byte{[]byte{0xcc, 0x80, 0x2e}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x2e},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x2e}},
},
{
input: []byte{0xcc, 0x80, 0x21},
output: [][]byte{[]byte{0xcc, 0x80, 0x21}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x21},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x21}},
},
{
input: []byte{0xcc, 0x80, 0x22},
output: [][]byte{[]byte{0xcc, 0x80, 0x22}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x22},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x22}},
},
{
input: []byte{0xcc, 0x80, 0x2c},
output: [][]byte{[]byte{0xcc, 0x80, 0x2c}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0x2c},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x2c}},
},
{
input: []byte{0xcc, 0x80, 0xc2, 0xad},
output: [][]byte{[]byte{0xcc, 0x80, 0xc2, 0xad}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0xad},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0xad}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x80},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x80}},
},
{
input: []byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80},
output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
},
{
input: []byte{0xd, 0xa, 0x61, 0xa, 0xcc, 0x88},
output: [][]byte{[]byte{0xd, 0xa}, []byte{0x61, 0xa}, []byte{0xcc, 0x88}},
},
{
input: []byte{0x61, 0xcc, 0x88},
output: [][]byte{[]byte{0x61, 0xcc, 0x88}},
},
{
input: []byte{0x20, 0xe2, 0x80, 0x8d, 0xd9, 0x86},
output: [][]byte{[]byte{0x20, 0xe2, 0x80, 0x8d, 0xd9, 0x86}},
},
{
input: []byte{0xd9, 0x86, 0xe2, 0x80, 0x8d, 0x20},
output: [][]byte{[]byte{0xd9, 0x86, 0xe2, 0x80, 0x8d, 0x20}},
},
{
input: []byte{0x28, 0x22, 0x47, 0x6f, 0x2e, 0x22, 0x29, 0x20, 0x28, 0x48, 0x65, 0x20, 0x64, 0x69, 0x64, 0x2e, 0x29},
output: [][]byte{[]byte{0x28, 0x22, 0x47, 0x6f, 0x2e, 0x22, 0x29, 0x20}, []byte{0x28, 0x48, 0x65, 0x20, 0x64, 0x69, 0x64, 0x2e, 0x29}},
},
{
input: []byte{0x28, 0xe2, 0x80, 0x9c, 0x47, 0x6f, 0x3f, 0xe2, 0x80, 0x9d, 0x29, 0x20, 0x28, 0x48, 0x65, 0x20, 0x64, 0x69, 0x64, 0x2e, 0x29},
output: [][]byte{[]byte{0x28, 0xe2, 0x80, 0x9c, 0x47, 0x6f, 0x3f, 0xe2, 0x80, 0x9d, 0x29, 0x20}, []byte{0x28, 0x48, 0x65, 0x20, 0x64, 0x69, 0x64, 0x2e, 0x29}},
},
{
input: []byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x2e, 0x20, 0x69, 0x73},
output: [][]byte{[]byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x2e, 0x20, 0x69, 0x73}},
},
{
input: []byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x3f, 0x20, 0x48, 0x65},
output: [][]byte{[]byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x3f, 0x20}, []byte{0x48, 0x65}},
},
{
input: []byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x2e},
output: [][]byte{[]byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x2e}},
},
{
input: []byte{0x33, 0x2e, 0x34},
output: [][]byte{[]byte{0x33, 0x2e, 0x34}},
},
{
input: []byte{0x63, 0x2e, 0x64},
output: [][]byte{[]byte{0x63, 0x2e, 0x64}},
},
{
input: []byte{0x43, 0x2e, 0x64},
output: [][]byte{[]byte{0x43, 0x2e, 0x64}},
},
{
input: []byte{0x63, 0x2e, 0x44},
output: [][]byte{[]byte{0x63, 0x2e, 0x44}},
},
{
input: []byte{0x43, 0x2e, 0x44},
output: [][]byte{[]byte{0x43, 0x2e, 0x44}},
},
{
input: []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0x74, 0x68, 0x65},
output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0x74, 0x68, 0x65}},
},
{
input: []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0x54, 0x68, 0x65},
output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0}, []byte{0x54, 0x68, 0x65}},
},
{
input: []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xe2, 0x80, 0x98, 0x28, 0x74, 0x68, 0x65},
output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xe2, 0x80, 0x98, 0x28, 0x74, 0x68, 0x65}},
},
{
input: []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xe2, 0x80, 0x98, 0x28, 0x54, 0x68, 0x65},
output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0}, []byte{0xe2, 0x80, 0x98, 0x28, 0x54, 0x68, 0x65}},
},
{
input: []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xcc, 0x88, 0x74, 0x68, 0x65},
output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xcc, 0x88, 0x74, 0x68, 0x65}},
},
{
input: []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xcc, 0x88, 0x54, 0x68, 0x65},
output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xcc, 0x88}, []byte{0x54, 0x68, 0x65}},
},
{
input: []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xcc, 0x88, 0x54, 0x68, 0x65},
output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xcc, 0x88}, []byte{0x54, 0x68, 0x65}},
},
{
input: []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xa, 0xcc, 0x88, 0x54, 0x68, 0x65},
output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xa}, []byte{0xcc, 0x88, 0x54, 0x68, 0x65}},
},
{
input: []byte{0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x73, 0x70, 0x2e, 0x20, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x20, 0x61, 0x72, 0x65},
output: [][]byte{[]byte{0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x73, 0x70, 0x2e, 0x20, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x20, 0x61, 0x72, 0x65}},
},
{
input: []byte{0xe5, 0xad, 0x97, 0x2e, 0xe5, 0xad, 0x97},
output: [][]byte{[]byte{0xe5, 0xad, 0x97, 0x2e}, []byte{0xe5, 0xad, 0x97}},
},
{
input: []byte{0x65, 0x74, 0x63, 0x2e, 0xe5, 0xae, 0x83},
output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e}, []byte{0xe5, 0xae, 0x83}},
},
{
input: []byte{0x65, 0x74, 0x63, 0x2e, 0xe3, 0x80, 0x82},
output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0xe3, 0x80, 0x82}},
},
{
input: []byte{0xe5, 0xad, 0x97, 0xe3, 0x80, 0x82, 0xe5, 0xae, 0x83},
output: [][]byte{[]byte{0xe5, 0xad, 0x97, 0xe3, 0x80, 0x82}, []byte{0xe5, 0xae, 0x83}},
},
{
input: []byte{0x21, 0x20, 0x20},
output: [][]byte{[]byte{0x21, 0x20, 0x20}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x22, 0xe2, 0x81, 0xa0, 0x47, 0xe2, 0x81, 0xa0, 0x6f, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x22, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x22, 0xe2, 0x81, 0xa0, 0x47, 0xe2, 0x81, 0xa0, 0x6f, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x22, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0}, []byte{0x28, 0xe2, 0x81, 0xa0, 0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x9c, 0xe2, 0x81, 0xa0, 0x47, 0xe2, 0x81, 0xa0, 0x6f, 0xe2, 0x81, 0xa0, 0x3f, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x9d, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x9c, 0xe2, 0x81, 0xa0, 0x47, 0xe2, 0x81, 0xa0, 0x6f, 0xe2, 0x81, 0xa0, 0x3f, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x9d, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0}, []byte{0x28, 0xe2, 0x81, 0xa0, 0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x2e, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x2e, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x3f, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x3f, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0}, []byte{0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x2e, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x2e, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x33, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x34, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x33, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x34, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x43, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x43, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x44, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x44, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x43, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x44, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x43, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x44, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0}, []byte{0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x98, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x98, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x98, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0}, []byte{0xe2, 0x80, 0x98, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xa, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x81, 0xa0, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xa}, []byte{0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x81, 0xa0, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0x70, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x6c, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0x70, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x6c, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0}, []byte{0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0xe5, 0xae, 0x83, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0}, []byte{0xe5, 0xae, 0x83, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0x82, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0x82, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0x82, 0xe2, 0x81, 0xa0, 0xe5, 0xae, 0x83, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0x82, 0xe2, 0x81, 0xa0}, []byte{0xe5, 0xae, 0x83, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
{
input: []byte{0xe2, 0x81, 0xa0, 0x21, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x21, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
},
}