Automattic / expect.js

Minimalistic BDD-style assertions for Node.JS and the browser.
2.11k stars 209 forks source link

cyclic data #50

Open jkroso opened 11 years ago

jkroso commented 11 years ago

checking cyclic data for equality results in an infinite loop

skeggse commented 10 years ago

Checking for cyclic data equality would be difficult and likely expensive, but absolutely useful.

truongsinh commented 10 years ago

@jkroso fixed at 2f085fe