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

string literals can include tabs until 0.7.0 #790

Closed
OmarTawfik opened this issue Feb 9, 2024 · 0 comments · Fixed by #868
Closed

string literals can include tabs until 0.7.0 #790

OmarTawfik opened this issue Feb 9, 2024 · 0 comments · Fixed by #868
Assignees
Labels
bug Something isn't working

Comments

@OmarTawfik
Copy link
Contributor

This was legal till 0.7.0:

contract Foo {
  string public bar = "tab:	";
  string public baz = 'tab:	';
}
@OmarTawfik OmarTawfik added the bug Something isn't working label Feb 9, 2024
@OmarTawfik OmarTawfik moved this to Todo in Slang - 2024 H1 Feb 13, 2024
@OmarTawfik OmarTawfik self-assigned this Feb 15, 2024
@OmarTawfik OmarTawfik moved this from ⏳ Todo to 🔄 In Progress in Slang - 2024 H1 Feb 29, 2024
OmarTawfik added a commit to OmarTawfik-forks/slang that referenced this issue Feb 29, 2024
github-merge-queue bot pushed a commit that referenced this issue Mar 1, 2024
Originally fixed by #800

Closes #790
@github-project-automation github-project-automation bot moved this from 🔄 In Progress to ✅ Done in Slang - 2024 H1 Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant