blob: 5ce1c4684fccc9ecc3c7680f08bfd785e595ac91 [file] [log] [blame]
function shouldBe(actual, expected) {
if (actual !== expected)
throw new Error('bad value: ' + actual);
}
shouldBe(new Intl.NumberFormat().format.name, "");