archives

« Bugzilla Issues Index

#90 — 13.2-17-1 requires (function () {}) == "function () {}"


http://hg.ecmascript.org/tests/test262/file/default/test/suite/ietestcenter/chapter13/13.2/13.2-17-1.js

ES5 doesn't require exact string match, merely that it have a particular syntax.


Likewise 15.5.4.20-2-46 requires:

(function() { return arguments; }) == "function () { return arguments; }"

which is also not required by ES5.


Thanks for spotting these Jeff! They'll be fixed in Hg shortly.