aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch12/12.5/S12.5_A10_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch12/12.5/S12.5_A10_T1.js')
-rw-r--r--test/suite/ch12/12.5/S12.5_A10_T1.js13
1 files changed, 6 insertions, 7 deletions
diff --git a/test/suite/ch12/12.5/S12.5_A10_T1.js b/test/suite/ch12/12.5/S12.5_A10_T1.js
index 4995fe1c2..b1c04d2bb 100644
--- a/test/suite/ch12/12.5/S12.5_A10_T1.js
+++ b/test/suite/ch12/12.5/S12.5_A10_T1.js
@@ -1,12 +1,12 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * Function expession inside the "if" expression is allowed
- *
- * @path ch12/12.5/S12.5_A10_T1.js
- * @description Using function expession(function __func(){return 0;}) inside the "if" expression
- */
+/*---
+info: Function expession inside the "if" expression is allowed
+description: >
+ Using function expession(function __func(){return 0;}) inside the
+ "if" expression
+---*/
//////////////////////////////////////////////////////////////////////////////
//CHECK#
@@ -17,4 +17,3 @@ if(function __func(){return 0;}){
}
//
//////////////////////////////////////////////////////////////////////////////
-