test: assert results
This commit is contained in:
parent
9fe29bf5f7
commit
532812f6f6
|
@ -938,5 +938,7 @@ unicode_template_test() ->
|
|||
},
|
||||
HoconText = <<"root = {template = \"中文\"}"/utf8>>,
|
||||
{ok, Hocon} = hocon:binary(HoconText),
|
||||
_ = hocon_tconf:check_plain(Sc, Hocon),
|
||||
ok.
|
||||
?assertEqual(
|
||||
#{<<"root">> => #{<<"template">> => <<"中文"/utf8>>}},
|
||||
hocon_tconf:check_plain(Sc, Hocon)
|
||||
).
|
||||
|
|
Loading…
Reference in New Issue