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

Percent signs not being "converted" when escaped in a string #600

Closed
Snow-Pyon opened this issue May 26, 2017 · 1 comment
Closed

Percent signs not being "converted" when escaped in a string #600

Snow-Pyon opened this issue May 26, 2017 · 1 comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue.

Comments

@Snow-Pyon
Copy link

Hey there, I've noticed the following issue in the latest version:

command test:
    trigger:
        set {test::percentSign} to "%%"
        send {test::percentSign}

that small script should send % but it's sending %% whereas it should be % as it's correctly escaped.

Now, I've tried this with the dev25 and I don't have this behavior. Didn't see anyone reporting this so I did it myself, I apologize if someone already have reported this.

@bensku bensku added the bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. label May 27, 2017
@TheLimeGlass
Copy link
Collaborator

TheLimeGlass commented Jun 1, 2017

This is very critical. Most people aren't upgrading due to this bug.

Very strange but my assumptions are that it's from json stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue.
Projects
None yet
Development

No branches or pull requests

3 participants