Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

11 linhas
297 B

  1. % This file is part of Jiffy released under the MIT license.
  2. % See the LICENSE file for more information.
  3. -module(jiffy_15_trailer_tests).
  4. -include_lib("eunit/include/eunit.hrl").
  5. trailer_test_() ->
  6. {"trailer", [
  7. ?_assertEqual(true, jiffy:decode(<<"true">>, [with_trailer]))
  8. ]}.