Skip to content

Global string variables with backslashes get doubled in .lsl #6

Closed
@NeoBokrug

Description

@NeoBokrug

.lslm :

'string bad_string = "//\onies!";

default {
state_entry() {
llOwnerSay(bad_string);
}
}'

.lsl :

'string bad_string = "//\onies!"; // Heh, it's not showing in the comment, but trust me.

default {

state_entry() {
    llOwnerSay(bad_string);
}

}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions