add more cases
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,11 @@
|
|||||||
%% base64 test generation
|
%% base64 test generation
|
||||||
-module(tg_b64).
|
%-module(tg_b64).
|
||||||
|
|
||||||
-compile(export_all).
|
%-compile(export_all).
|
||||||
-compile(nowarn_export_all).
|
%-compile(nowarn_export_all).
|
||||||
|
|
||||||
|
main([]) ->
|
||||||
|
io:format("~ts~n", [cases(1000)]).
|
||||||
|
|
||||||
%% todo: write assertio function
|
%% todo: write assertio function
|
||||||
%% assert input/output pairs
|
%% assert input/output pairs
|
||||||
|
|||||||
Reference in New Issue
Block a user