We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
String(x)
x.toString()
1 parent 31bcb32 commit fd950b0Copy full SHA for fd950b0
test/parse.js
@@ -555,7 +555,7 @@ test('parse()', function (t) {
555
result.push(parseInt(parts[1], 16));
556
parts = reg.exec(str);
557
}
558
- return iconv.decode(SaferBuffer.from(result), 'shift_jis').toString();
+ return String(iconv.decode(SaferBuffer.from(result), 'shift_jis'));
559
560
}), { 県: '大阪府' });
561
st.end();
0 commit comments