aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch08/8.6/8.6.2/S8.6.2_A5_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch08/8.6/8.6.2/S8.6.2_A5_T1.js')
-rw-r--r--test/suite/ch08/8.6/8.6.2/S8.6.2_A5_T1.js14
1 files changed, 6 insertions, 8 deletions
diff --git a/test/suite/ch08/8.6/8.6.2/S8.6.2_A5_T1.js b/test/suite/ch08/8.6/8.6.2/S8.6.2_A5_T1.js
index 47fa0ef6f..a5a32e273 100644
--- a/test/suite/ch08/8.6/8.6.2/S8.6.2_A5_T1.js
+++ b/test/suite/ch08/8.6/8.6.2/S8.6.2_A5_T1.js
@@ -1,13 +1,12 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * [[Call]] executes code associated with the object
- *
- * @path ch08/8.6/8.6.2/S8.6.2_A5_T1.js
- * @description Call function-property of object, property defined
- * as testScreen = {touch:function(){count++}}
- */
+/*---
+info: "[[Call]] executes code associated with the object"
+description: >
+ Call function-property of object, property defined as testScreen
+ = {touch:function(){count++}}
+---*/
this.count=0;
@@ -29,4 +28,3 @@ if (count !==2) {
}
//
//////////////////////////////////////////////////////////////////////////////
-