libBERT icon indicating copy to clipboard operation
libBERT copied to clipboard

Not readable test files with erlang 18

Open Irkenev opened this issue 8 years ago • 0 comments

While trying to read the test bert files with Erlang/OTP 18 [erts-7.3.1.2] [64-bit] using the following code:

{ok, Content} = file:read_file(FileName),
io:format("~p~n", [binary_to_term(Content)]).

I experience failures in case of bin.bert, long_bin.bert, large_bignum.bert, atom.bert, list.bert, big_int.bert, long_list.bert and long_string.bert.

Irkenev avatar Dec 15 '16 12:12 Irkenev