Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix backslash in string (#6) #39

Merged
merged 1 commit into from
Nov 12, 2016
Merged

Fix backslash in string (#6) #39

merged 1 commit into from
Nov 12, 2016

Conversation

PellSmit
Copy link

I tested script bellow:

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

default {
    state_entry() {
        llOwnerSay(bad_string + "\;\t\\\"\n");
    }
}

It was compiled to:

// RaySilent.Issue#6.lslp 
// 2016-11-13 01:49:34 - LSLForge (0.1.9) generated
string bad_string = "//onies!";

default {

    state_entry() {
    llOwnerSay((bad_string + ";\t\\\"\n"));
  }
}

@raysilent raysilent changed the base branch from master to 0.1.9.1 November 12, 2016 17:39
@raysilent raysilent merged commit 8a322b8 into raysilent:0.1.9.1 Nov 12, 2016
@raysilent raysilent mentioned this pull request Nov 13, 2016
@PellSmit PellSmit deleted the PellSmit/BackslashBug#6 branch November 15, 2016 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants