This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Closed
Description
The script will not output 'All OK':
var b = {};
b.b = b;
var c = {};
c.b = c;
assert.deepEqual(b, c);
sys.puts('All OK');
Metadata
Assignees
Labels
No labels
Activity