Back out 97036ab72558 which inappropriately compared turds to third parties.
1 // Tests conversion of a single byte from UTF-16 to Unicode
3 load('CharsetConversionTests.js');
6 const expectedString = "";
7 const charset = "UTF-16BE";
10 checkDecode(CreateScriptableConverter(), charset, inString, expectedString);