Home
last modified time | relevance | path

Searched refs:check_decode_iodata (Results 1 – 5 of 5) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_interface/test/
H A Dei_decode_SUITE.erl224 check_decode_iodata(P, [], true),
225 check_decode_iodata(P, $a, false),
226 check_decode_iodata(P, an_atom, false),
227 check_decode_iodata(P, self(), false),
228 check_decode_iodata(P, [$a,$a], true),
229 check_decode_iodata(P, [$a|$a], false),
230 check_decode_iodata(P, [[$a|$a],$a], false),
231 check_decode_iodata(P, "hej", true),
233 check_decode_iodata(P, <<"hopp san sa">>, true),
234 check_decode_iodata(P, [$a | <<"a">>], true),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_interface/test/
H A Dei_decode_SUITE.erl224 check_decode_iodata(P, [], true),
225 check_decode_iodata(P, $a, false),
226 check_decode_iodata(P, an_atom, false),
227 check_decode_iodata(P, self(), false),
228 check_decode_iodata(P, [$a,$a], true),
229 check_decode_iodata(P, [$a|$a], false),
230 check_decode_iodata(P, [[$a|$a],$a], false),
231 check_decode_iodata(P, "hej", true),
233 check_decode_iodata(P, <<"hopp san sa">>, true),
234 check_decode_iodata(P, [$a | <<"a">>], true),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_interface/test/
H A Dei_decode_SUITE.erl224 check_decode_iodata(P, [], true),
225 check_decode_iodata(P, $a, false),
226 check_decode_iodata(P, an_atom, false),
227 check_decode_iodata(P, self(), false),
228 check_decode_iodata(P, [$a,$a], true),
229 check_decode_iodata(P, [$a|$a], false),
230 check_decode_iodata(P, [[$a|$a],$a], false),
231 check_decode_iodata(P, "hej", true),
233 check_decode_iodata(P, <<"hopp san sa">>, true),
234 check_decode_iodata(P, [$a | <<"a">>], true),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_interface/test/
H A Dei_decode_SUITE.erl224 check_decode_iodata(P, [], true),
225 check_decode_iodata(P, $a, false),
226 check_decode_iodata(P, an_atom, false),
227 check_decode_iodata(P, self(), false),
228 check_decode_iodata(P, [$a,$a], true),
229 check_decode_iodata(P, [$a|$a], false),
230 check_decode_iodata(P, [[$a|$a],$a], false),
231 check_decode_iodata(P, "hej", true),
233 check_decode_iodata(P, <<"hopp san sa">>, true),
234 check_decode_iodata(P, [$a | <<"a">>], true),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_interface/test/
H A Dei_decode_SUITE.erl224 check_decode_iodata(P, [], true),
225 check_decode_iodata(P, $a, false),
226 check_decode_iodata(P, an_atom, false),
227 check_decode_iodata(P, self(), false),
228 check_decode_iodata(P, [$a,$a], true),
229 check_decode_iodata(P, [$a|$a], false),
230 check_decode_iodata(P, [[$a|$a],$a], false),
231 check_decode_iodata(P, "hej", true),
233 check_decode_iodata(P, <<"hopp san sa">>, true),
234 check_decode_iodata(P, [$a | <<"a">>], true),
[all …]