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

Support double quote in luarun #119

Closed
h3xcat opened this issue Dec 2, 2017 · 2 comments
Closed

Support double quote in luarun #119

h3xcat opened this issue Dec 2, 2017 · 2 comments

Comments

@h3xcat
Copy link

h3xcat commented Dec 2, 2017

This been driving me insane for years, please add double quote support. I bet it's not only me that had an issue with this.

] ulx luarun ="a"
Result: nil
(SILENT) You ran lua: tmp_var= a
] ulx luarun ='a'
(SILENT) You ran lua: tmp_var='a '
Result: a 
@end360
Copy link

end360 commented Jan 28, 2018

pretty sure its a problem with the way console handles double quotes.

@zpetty33
Copy link
Contributor

zpetty33 commented Aug 6, 2022

Correct. The console strips out double quotes and packages the contents as a string string internally. Using single quotes is the way to go for this kind of thing. Sorry!

@zpetty33 zpetty33 closed this as completed Aug 6, 2022
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

No branches or pull requests

3 participants