Changeset 95504 in webkit for trunk/Source/JavaScriptCore/tests
- Timestamp:
- Sep 19, 2011, 6:41:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/tests/mozilla/ecma/String/15.5.4.8-2.js
r11995 r95504 108 108 } 109 109 110 // case where the value of the separator is undefined. in this case. the value of the separator111 // should be ToString( separator ), or "undefined".110 // Case where the value of the separator is undefined. 111 // Per ES5 15.5.4.14 step 10 this returns the input (unless limit is non-zero). 112 112 113 113 var TEST_STRING = "thisundefinedisundefinedaundefinedstringundefinedobject"; 114 var EXPECT_STRING = new Array( "this ", "is", "a", "string", "object" );114 var EXPECT_STRING = new Array( "thisundefinedisundefinedaundefinedstringundefinedobject" ); 115 115 116 116 array[item++] = new TestCase( SECTION,
Note:
See TracChangeset
for help on using the changeset viewer.