ID:72941
 
Resolved
Fixed in 443
BYOND Version:442
Operating System:Windows XP Home
Web Browser:Firefox 3.0.11
Status: Resolved (443)

This issue has been resolved.
Descriptive Problem Summary:
It now adds an extra line-break to the beginning of EVERY line AFTER the first line if it begins with a space.

Numbered Steps to Reproduce Problem:
Output a multi-lined string.

Code Snippet (if applicable) to Reproduce:
Problem:

mob
verb
test()
src << {" This is a test.
This is a test.
This is test."}


Outputs:
----
This is a test.

This is a test.

This is test.
----


Expected Results:
It wouldn't add a line-break at the beginning of every line AFTER the first line if it begins with a space.

Actual Results:
It does.

Does the problem occur:
Every time? Or how often? Every time.
In other games? Yes.
In other user accounts? Maybe.
On other computers? Maybe.

When does the problem NOT occur?
When the lines after the first don't begin with a space.

Workarounds:
Dunno.