1 This page verifies that eval can be overridden.
3 If the test passes, you'll see a series of pass messages below.
5 PASS: eval("x") should be global-scope eval override and is.
6 PASS: eval("x") should be with-scope eval override and is.
7 PASS: eval("x") should be catch-scope eval override and is.
8 PASS: eval("x") should be local-scope eval override and is.