rekbun / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

Syntax error in JSKB test for MSIE 9.0 #343

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start MSIE 9.0 and open developer tools (F12)
2. Go to http://www.browserscope.org/jskb/test and run test
3. Look at the Script Console

What is the expected output? What do you see instead?
Error message
SCRIPT1005: '(' attendu 
environment-checks?category=jskb&r=2704276, Ligne 494 Caractère 11

// Perform the operation in the global scope without any try blocks on the
      // stack.  If either condition is not met, then the results are
      // unreliable.
      // See FinallyWorks for a case with which the second condition interferes.
      (function (test, groupResult) {
        var result = THROW;
        eventually(function () {
          // Execute in the global scope
          result = (new Function('return (' + test.code + ')'))(); // this is line 494
        });

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by analyt...@resoneo.net on 27 Dec 2012 at 11:41