2005-08-19 Florian Gross <flgr@ccan.de>
[mono.git] / mcs / class / Microsoft.JScript / Test / Mozilla / ecma_2 / Exceptions / lexical-038.js
index 988f258e139d6fd67593b17daba0024a98b43c0c..b5c322eaef18ba257ffbc0caf4333f829e3da2a0 100644 (file)
@@ -1,54 +1,54 @@
-/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\r
-/**\r
-   File Name:          lexical-038.js\r
-   Corresponds To:     7.4.2-15-n.js\r
-   ECMA Section:       7.4.2\r
-\r
-   Description:\r
-   The following tokens are ECMAScript keywords and may not be used as\r
-   identifiers in ECMAScript programs.\r
-\r
-   Syntax\r
-\r
-   Keyword :: one of\r
-   break          for         new         var\r
-   continue       function    return      void\r
-   delete         if          this        while\r
-   else           in          typeof      with\r
-\r
-   This test verifies that the keyword cannot be used as an identifier.\r
-   Functioinal tests of the keyword may be found in the section corresponding\r
-   to the function of the keyword.\r
-\r
-   Author:             christine@netscape.com\r
-   Date:               12 november 1997\r
-\r
-*/\r
-var SECTION = "lexical-038";\r
-var VERSION = "JS1_4";\r
-var TITLE   = "Keywords";\r
-\r
-startTest();\r
-writeHeaderToLog( SECTION + " "+ TITLE);\r
-\r
-var result = "Failed";\r
-var exception = "No exception thrown";\r
-var expect = "Passed";\r
-\r
-try {\r
-  eval("typeof = true;");\r
-} catch ( e ) {\r
-  result = expect;\r
-  exception = e.toString();\r
-}\r
-\r
-new TestCase(\r
-  SECTION,\r
-  "typeof = true" +\r
-  " (threw " + exception +")",\r
-  expect,\r
-  result );\r
-\r
-test();\r
-\r
-\r
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/**
+   File Name:          lexical-038.js
+   Corresponds To:     7.4.2-15-n.js
+   ECMA Section:       7.4.2
+
+   Description:
+   The following tokens are ECMAScript keywords and may not be used as
+   identifiers in ECMAScript programs.
+
+   Syntax
+
+   Keyword :: one of
+   break          for         new         var
+   continue       function    return      void
+   delete         if          this        while
+   else           in          typeof      with
+
+   This test verifies that the keyword cannot be used as an identifier.
+   Functioinal tests of the keyword may be found in the section corresponding
+   to the function of the keyword.
+
+   Author:             christine@netscape.com
+   Date:               12 november 1997
+
+*/
+var SECTION = "lexical-038";
+var VERSION = "JS1_4";
+var TITLE   = "Keywords";
+
+startTest();
+writeHeaderToLog( SECTION + " "+ TITLE);
+
+var result = "Failed";
+var exception = "No exception thrown";
+var expect = "Passed";
+
+try {
+  eval("typeof = true;");
+} catch ( e ) {
+  result = expect;
+  exception = e.toString();
+}
+
+new TestCase(
+  SECTION,
+  "typeof = true" +
+  " (threw " + exception +")",
+  expect,
+  result );
+
+test();
+
+