test262/tools/TestCaseHTMLPackager
David Fugate 42b884b7ba TestCasePackager.ps1 had problems dealing with test case files that had valid test code
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.
2010-11-16 15:43:29 -08:00
..
TestCasePackager.ps1 TestCasePackager.ps1 had problems dealing with test case files that had valid test code 2010-11-16 15:43:29 -08:00
TestUpdater.ps1 tools\TestCaseHTMLPackager\TestCasePacker.ps1: there were some improvements made to this script WRT to the 2010-11-03 10:10:47 -07:00