add sorter with respecting testcase collections
This commit is contained in:
2
test/testcases_sort_custom
Normal file
2
test/testcases_sort_custom
Normal file
@@ -0,0 +1,2 @@
|
||||
3 banana,apple,egg apple,banana,egg
|
||||
4 banana,test,apple,egg apple,banana,egg,test
|
||||
5
test/testcases_sort_official
Normal file
5
test/testcases_sort_official
Normal file
@@ -0,0 +1,5 @@
|
||||
5 banana,apple,cherry,date,elderberry apple,banana,cherry,date,elderberry
|
||||
1 hello hello
|
||||
3 alpha,beta,gamma alpha,beta,gamma
|
||||
3 gamma,beta,alpha alpha,beta,gamma
|
||||
8 hello,world,foo,bar,baz,qux,quux,corge bar,baz,corge,foo,hello,quux,qux,world
|
||||
1
test/testcases_sort_wrong
Normal file
1
test/testcases_sort_wrong
Normal file
@@ -0,0 +1 @@
|
||||
3 1,2,3 2,1,3
|
||||
Reference in New Issue
Block a user