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.
1 parent 393af6c commit 5ac55e7Copy full SHA for 5ac55e7
test/es7/symboldescription.js
@@ -29,6 +29,9 @@ var tests = [
29
assert.areEqual('', Symbol('').description);
30
assert.areEqual('null', Symbol(null).description);
31
32
+ // Symbol().description === undefined;
33
+ // Should be true but we have a limitation in ChakraCore right now.
34
+ // See ##5833
35
assert.areEqual('', Symbol().description);
36
assert.areEqual('', Symbol(undefined).description);
37
}
0 commit comments