Pt 164460166 generate documentation (#17)

* Generate docs.

* Test lists of length 16.
This commit is contained in:
Erik Stenman
2019-03-08 07:59:09 +01:00
committed by GitHub
parent 6c60f1e37f
commit 9763a1a6f5
2 changed files with 51 additions and 0 deletions
+1
View File
@@ -61,6 +61,7 @@ sources() ->
"0123456789012345678901234567890123456789">>), %% Magic concat 80 char string.
aeb_fate_data:make_tuple({True, FortyTwo}),
aeb_fate_data:make_tuple(list_to_tuple(make_int_list(65))),
aeb_fate_data:make_tuple(list_to_tuple(make_int_list(16))),
aeb_fate_data:make_map(#{ aeb_fate_data:make_integer(1) => True, aeb_fate_data:make_integer(2) => False}),
aeb_fate_data:make_map(#{ aeb_fate_data:make_string(<<"foo">>) => aeb_fate_data:make_tuple({FortyTwo, True})}),
aeb_fate_data:make_list(make_int_list(3)),