Explorar el Código

Fix support for Erlang 17.x

pull/184/head
Paul J. Davis hace 6 años
padre
commit
37b41dcdc5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/jiffy_04_string_tests.erl

+ 1
- 1
test/jiffy_04_string_tests.erl Ver fichero

@ -11,7 +11,7 @@
latin1_atom_test_() ->
Key = binary_to_atom(<<228>>, latin1), %% `ä`
Expected = <<"{\"", 195, 164, "\":\"bar\"}">>,
?_assertEqual(Expected, enc(#{ Key => <<"bar">> })).
?_assertEqual(Expected, enc(maps:put(Key, <<"bar">>, #{}))).
string_success_test_() ->

Cargando…
Cancelar
Guardar