Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Whitespace at the end of a <text> tag should not be written to output. #379

@ajaybhargavb

Description

@ajaybhargavb

Related issue - #50

Example:

 <div>@{<text>@a</text>}</div>

produces

WriteLiteral("  \r\n");

instead of

WriteLiteral("\r\n");

The whitespace between </text> and } should not be written to output.

cc' @dougbu

(Note: The ↵ denotes a new line - added that to make the whitespace visible)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions