Skip to content

An eex do ... end within inline content is incorrectly formatted #54

@jonleighton

Description

@jonleighton

This input:

<%= link to: "foo" do %>
  bla
<% end %> .

Formats to this:

<%= link to: "foo" do %>
  bla
<% end %>
.

But this input (note lack of space before .):

<%= link to: "foo" do %>
  bla
<% end %>.

Is incorrectly formatted to:

<%= link to: "foo" do %>
  bla </eext1
>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions