Skip to content

Multiline string in external interpolation not preserving whitespace correctly #434

@BSteffaniak

Description

@BSteffaniak
#{
  log.debug("|
    Finished handling request:
      method: #{method}
      path: #{path}
    |")
}

should produce:

Finished handling request:
  method: get
  path: /badges.svg

but currently, it actually produces:

Finished handling request:
method: get
path: /badges.svg

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions