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.
escape
1 parent 8f0b4f2 commit 12015c9Copy full SHA for 12015c9
tests/unit-global/es.escape.js
@@ -11,6 +11,6 @@ QUnit.test('escape', assert => {
11
assert.same(escape(undefined), 'undefined');
12
13
if (typeof Symbol == 'function' && !Symbol.sham) {
14
- assert.throws(() => unescape(Symbol('escape test')), 'throws on symbol argument');
+ assert.throws(() => escape(Symbol('escape test')), 'throws on symbol argument');
15
}
16
});
0 commit comments