This commit is contained in:
18
tests/bubble_sort.exp
Normal file
18
tests/bubble_sort.exp
Normal file
@@ -0,0 +1,18 @@
|
||||
array(int, 8) {
|
||||
[0] =>
|
||||
int(1)
|
||||
[1] =>
|
||||
int(2)
|
||||
[2] =>
|
||||
int(5)
|
||||
[3] =>
|
||||
int(6)
|
||||
[4] =>
|
||||
int(7)
|
||||
[5] =>
|
||||
int(9)
|
||||
[6] =>
|
||||
int(10)
|
||||
[7] =>
|
||||
int(14)
|
||||
}
|
Reference in New Issue
Block a user