Skip to content

Commit 5ac55e7

Browse files
committed
Add note in the test case
1 parent 393af6c commit 5ac55e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/es7/symboldescription.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ var tests = [
2929
assert.areEqual('', Symbol('').description);
3030
assert.areEqual('null', Symbol(null).description);
3131

32+
// Symbol().description === undefined;
33+
// Should be true but we have a limitation in ChakraCore right now.
34+
// See ##5833
3235
assert.areEqual('', Symbol().description);
3336
assert.areEqual('', Symbol(undefined).description);
3437
}

0 commit comments

Comments
 (0)