ID:2390908
 
Resolved
Using a constant raw string as the first argument in an embedded text expression caused the entire expression to be replaced with the raw string alone.
BYOND Version:512/1445
Operating System:N/A
Web Browser:N/A
Applies to:Dream Maker
Status: Resolved (512.1446)

This issue has been resolved.
Descriptive Problem Summary:

Including a raw string in embedded text sometimes screws up by outputting only the raw string. This only happens when the raw string is the first embedded argument.

Code Snippet (if applicable) to Reproduce Problem:
mob/verb/Test()
src << "[@"Raw string"]["This will not appear"]\nNor this"


Expected Results:

The formatting string is used and all embedded arguments appear.

Actual Results:

Only the raw string appears.
Lummox JR resolved issue with message:
Using a constant raw string as the first argument in an embedded text expression caused the entire expression to be replaced with the raw string alone.