mirror of https://github.com/tc39/test262.git
prior to the usage of "ES5Harness". Specifically in cases like: var abc = ...; ES5Harness.registerTest( { //...abc gets used here the declaration of "abc" would've been ripped out thereby corrupting the test. This change fixes the issue for all existing IE Test Center and Sputnik test cases. Note however that it could potentially fail for lines like this: "/*abc*/ /*". If we ever add cases including comments like this, the implementation of isTestStarted will need to be revisited. There were five such test cases that were being affected by this issue in IE Test Center's chapter 10 and 15 tests. These have all been fixed via the updated script. |
||
---|---|---|
.. | ||
SputnikConverter | ||
TestCaseHTMLPackager |