js/src/jit-test/tests/basic/testBug690959.js

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

michael@0 1 var s = 'abcdFF0123456789012345fail';
michael@0 2 s = s.replace("abcd", "0123456789012345678901234567890123456789012FF");
michael@0 3 s = s.replace("FF0123456789012345fail", "ok");
michael@0 4 assertEq(s, '0123456789012345678901234567890123456789012FFok');

mercurial