Skip to content

Commit

Permalink
Added more test.
Browse files Browse the repository at this point in the history
  • Loading branch information
recipe committed Feb 19, 2024
1 parent 5bd7b59 commit e2d2f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sort_order.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ FROM `versions`;

SET @expected := 'alpha,1.0.0-2021-08-19,1.0-beta,1.0.0-canary.3,1,1.0.1-alpha-3,1.0.1-rc20,1.2,1.3-beta2,1.3-beta.2,1.3-beta-2,1.3,1.4.34,2-alpha,2.0.12-beta.1,11.0.0.1,11.0.0.1.8.22';

SELECT IF(@actual = @expected, 'OK!', 'Test failed!');
SELECT IF(@actual COLLATE utf8mb4_bin = @expected COLLATE utf8mb4_bin, 'OK!', 'Test failed!');

0 comments on commit e2d2f54

Please sign in to comment.