aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch13/13.2/S13.2.1_A9.1_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch13/13.2/S13.2.1_A9.1_T2.js')
-rw-r--r--test/suite/ch13/13.2/S13.2.1_A9.1_T2.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/suite/ch13/13.2/S13.2.1_A9.1_T2.js b/test/suite/ch13/13.2/S13.2.1_A9.1_T2.js
index 90057b04b..25cfbd5f0 100644
--- a/test/suite/ch13/13.2/S13.2.1_A9.1_T2.js
+++ b/test/suite/ch13/13.2/S13.2.1_A9.1_T2.js
@@ -1,13 +1,14 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * When the [[Call]] property for a Function object is called,
- * the body is evaluated and if evaluation result has type "normal", then "undefined" is returned
- *
- * @path ch13/13.2/S13.2.1_A9.1_T2.js
- * @description Declaring a function with "var __func = function()" and no "return" in the function body
- */
+/*---
+info: >
+ When the [[Call]] property for a Function object is called,
+ the body is evaluated and if evaluation result has type "normal", then "undefined" is returned
+description: >
+ Declaring a function with "var __func = function()" and no
+ "return" in the function body
+---*/
var x;
@@ -30,4 +31,3 @@ if (!x) {
}
//
//////////////////////////////////////////////////////////////////////////////
-