summaryrefslogtreecommitdiffstats
path: root/intl/uconv/tests/unit/test_bug522931.js
blob: 2dae8d72e9f70a80df6ecc01a97d2d9c72330e17 (plain)
1
2
3
4
// crash test with invaild parameter (bug 522931)
function run_test() {
  Assert.equal(Services.textToSubURI.UnEscapeAndConvert("UTF-8", null), "");
}