aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch14
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch14')
-rw-r--r--test/suite/ch14/14.0/S14_A1.js2
-rw-r--r--test/suite/ch14/14.0/S14_A2.js2
-rw-r--r--test/suite/ch14/14.0/S14_A3.js2
-rw-r--r--test/suite/ch14/14.0/S14_A5_T1.js2
-rw-r--r--test/suite/ch14/14.0/S14_A5_T2.js2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/suite/ch14/14.0/S14_A1.js b/test/suite/ch14/14.0/S14_A1.js
index f8ae88e0a..302db12dd 100644
--- a/test/suite/ch14/14.0/S14_A1.js
+++ b/test/suite/ch14/14.0/S14_A1.js
@@ -4,7 +4,7 @@
/**
* FunctionExpression must be localed in a reacheable fragment of the program
*
- * @path ch14/S14_A1.js
+ * @path ch14/14.0/S14_A1.js
* @description Declaring a function within an "if" Expression
*/
diff --git a/test/suite/ch14/14.0/S14_A2.js b/test/suite/ch14/14.0/S14_A2.js
index 1329e7e1b..758e6daf5 100644
--- a/test/suite/ch14/14.0/S14_A2.js
+++ b/test/suite/ch14/14.0/S14_A2.js
@@ -4,7 +4,7 @@
/**
* FunctionDeclaration cannot be localed inside an Expression
*
- * @path ch14/S14_A2.js
+ * @path ch14/14.0/S14_A2.js
* @description Declaring a function within an "if" Expression
*/
diff --git a/test/suite/ch14/14.0/S14_A3.js b/test/suite/ch14/14.0/S14_A3.js
index 821d944d9..d7dff69a6 100644
--- a/test/suite/ch14/14.0/S14_A3.js
+++ b/test/suite/ch14/14.0/S14_A3.js
@@ -4,7 +4,7 @@
/**
* Global FunctionDeclaration cannot be defined within the body of another FunctionDeclaration
*
- * @path ch14/S14_A3.js
+ * @path ch14/14.0/S14_A3.js
* @description Declaring a function within the body of another function
*/
diff --git a/test/suite/ch14/14.0/S14_A5_T1.js b/test/suite/ch14/14.0/S14_A5_T1.js
index 20e16e924..499147150 100644
--- a/test/suite/ch14/14.0/S14_A5_T1.js
+++ b/test/suite/ch14/14.0/S14_A5_T1.js
@@ -4,7 +4,7 @@
/**
* The Identifer within a FunctionDeclaration can be written in both letters and unicode
*
- * @path ch14/S14_A5_T1.js
+ * @path ch14/14.0/S14_A5_T1.js
* @description Declaring a function with "function __\u0066\u0075\u006e\u0063(){return "both"}"
*/
diff --git a/test/suite/ch14/14.0/S14_A5_T2.js b/test/suite/ch14/14.0/S14_A5_T2.js
index 8e99a2ba8..ee3c9d2a3 100644
--- a/test/suite/ch14/14.0/S14_A5_T2.js
+++ b/test/suite/ch14/14.0/S14_A5_T2.js
@@ -4,7 +4,7 @@
/**
* The Identifer within a FunctionDeclaration can be written in both letters and unicode
*
- * @path ch14/S14_A5_T2.js
+ * @path ch14/14.0/S14_A5_T2.js
* @description Declaring a function with "function \u005f\u005f\u0066\u0075\u006e\u0063(){return "unicode"}"
*/