You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bensku
added
the
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
label
May 27, 2017
Hey there, I've noticed the following issue in the latest version:
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.
The text was updated successfully, but these errors were encountered: