-
Notifications
You must be signed in to change notification settings - Fork 0
Weird output in interpreter example, erlang binary being split? #2
Copy link
Copy link
Open
Description
Based on the interpreter-in-browser example.
Given this:
'Elixir.Lumen.Web.Document':create_text_node(_document@1,
<<"This new text was created through Elixir in your browser. Which we all know is great. And glorious. And strange. And fine. And what is that? Oh my god! I'm writing long text!">>),
I can create the correct text.
Given this, by my formatter:
'Elixir.Lumen.Web.Document':create_text_node(_document@1,
<<"This new text was created through Elixir "
"in your browser. Which we all know is "
"great. And glorious. And strange. And "
"fine. And what is that? Oh my god! I'm "
"writing long text!">>),
I get a partial text which only includes the last two "lines". This:
fine. And what is that? Oh my god! I'm writing long text!
Am I missing something?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels