Skip to content

Weird output in interpreter example, erlang binary being split? #2

Description

@lawik

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions