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

Matlab R2017a strings using double quotes #1047

Closed
bebuch opened this issue Dec 10, 2018 · 2 comments
Closed

Matlab R2017a strings using double quotes #1047

bebuch opened this issue Dec 10, 2018 · 2 comments

Comments

@bebuch
Copy link
Contributor

bebuch commented Dec 10, 2018

Starting with Matlab R2017a you can create strings using double quotes:

x = "a string";    % some "ticks" in a comment
y = "a string with ""interal"" quotes";

This should be supported.

@pyrmont
Copy link
Contributor

pyrmont commented May 20, 2019

@bebuch So I take it from your example that two double quotes are interested as an escaped double quote? Are there other escape sequences relevant for double-quote strings?

@pyrmont
Copy link
Contributor

pyrmont commented May 28, 2019

This has been fixed by #1048.

@pyrmont pyrmont closed this as completed May 28, 2019
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

2 participants