['mb-char-3', '-c1,3', '--output-d=:',
{IN=>"\xc3\xa9a\xe2\x82\xacb\n"}, {OUT=>"\xc3\xa9:\xe2\x82\xac\n"},
{ENV => "LC_ALL=$mb_locale"}],
- ['mb-char-4', '-c1-2', {IN=>"\xc3x\n"}, {OUT=>"\xc3x\n"},
+ ['mb-char-4', '-c1,3', "--output-d='\xe2\x90\x9e'",
+ {IN=>"\xc3\xa9ab\n"}, {OUT=>"\xc3\xa9\xe2\x90\x9eb\n"},
+ {ENV => "LC_ALL=$mb_locale"}],
+ ['mb-char-5', '-c1-2', {IN=>"\xc3x\n"}, {OUT=>"\xc3x\n"},
{ENV => "LC_ALL=$mb_locale"}],
['mb-delim-1', '-d', "\xc3\xa9", '-f2',
{IN=>"a\xc3\xa9b\xc3\xa9c\n"}, {OUT=>"b\n"},