You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interactive Elixir (1.18.1) - press Ctrl+C to exit (type h() ENTER for help)
Operating system
Mac OS X
Current behavior
defmoduleATestdodescribe"encode/2"do# DPT 24test"DPST 24-1"doassert{:ok,<<0x54,0x68,0x69,0x73,0x20,0x66,0x6F,0x72,0x6D,0x61,0x74,0x20,0x61,0x6C,0x6C,0x6F,0x77,0x73,0x20,0x74,0x72,0x61,0x6E,0x73,0x6D,0x69,0x73,0x73,0x69,0x6F,0x6E,0x20,0x6F,0x66,0x20,0x76,0x65,0x72,0x79,0x20,0x6C,0x6F,0x6E,0x67,0x20,0x73,0x74,0x72,0x69,0x6E,0x67,0x73,0x21,0x00>>}=Dpts.encode("24.001","This format allows transmission of very long strings!")endendend
See the 0x00 in a separate line.
Expected behavior
It should not have a separete line, just like it doesn't if there's less nesting.
The text was updated successfully, but these errors were encountered:
Elixir and Erlang/OTP versions
Erlang/OTP 27 [erts-15.2] [source] [64-bit] [smp:14:14] [ds:14:14:10] [async-threads:1] [jit]
Interactive Elixir (1.18.1) - press Ctrl+C to exit (type h() ENTER for help)
Operating system
Mac OS X
Current behavior
See the
0x00
in a separate line.Expected behavior
It should not have a separete line, just like it doesn't if there's less nesting.
The text was updated successfully, but these errors were encountered: