aboutsummaryrefslogtreecommitdiffstats
path: root/test/built-ins/String/prototype/charAt/S15.5.4.4_A6.js
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2018-02-15 15:39:13 -0500
committerLeo Balter <leonardo.balter@gmail.com>2018-02-15 15:39:13 -0500
commit19ca734beaea75fc61e296f78450354ff0dff7e9 (patch)
tree151310b950d46e9843df6f98d21fcc89f8ceca9b /test/built-ins/String/prototype/charAt/S15.5.4.4_A6.js
parentaf37c92af7691eaf4769eb1f5f44f92a4a883426 (diff)
built-ins/String/*: make all indentation consistent (depth & character) (#1430)
Diffstat (limited to 'test/built-ins/String/prototype/charAt/S15.5.4.4_A6.js')
-rw-r--r--test/built-ins/String/prototype/charAt/S15.5.4.4_A6.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/String/prototype/charAt/S15.5.4.4_A6.js b/test/built-ins/String/prototype/charAt/S15.5.4.4_A6.js
index 1e3114e6a..a5a00a328 100644
--- a/test/built-ins/String/prototype/charAt/S15.5.4.4_A6.js
+++ b/test/built-ins/String/prototype/charAt/S15.5.4.4_A6.js
@@ -10,7 +10,7 @@ description: Checking String.prototype.charAt.prototype
//////////////////////////////////////////////////////////////////////////////
//CHECK#1
if (String.prototype.charAt.prototype !== undefined) {
- $ERROR('#1: String.prototype.charAt.prototype === undefined. Actual: '+String.prototype.charAt.prototype );
+ $ERROR('#1: String.prototype.charAt.prototype === undefined. Actual: ' + String.prototype.charAt.prototype);
}
//
//////////////////////////////////////////////////////////////////////////////