blob: a80d58c6274553a6044805585151a3b682a7f381 [file] [log] [blame]
ap@webkit.org8dfb5c62008-05-21 17:17:37 +00001This tests that sort() is a stable sort.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS arr[0] is sortArr[0]
7PASS arr[1] is sortArr[2]
8PASS arr[2] is sortArr[1]
9PASS arr[3] is sortArr[3]
10PASS arr[0] is sortArr[0]
11PASS arr[1] is sortArr[2]
12PASS arr[2] is sortArr[1]
13PASS arr[3] is sortArr[3]
14PASS successfullyParsed is true
15
16TEST COMPLETE
17