Skip to content

string literals can include tabs until 0.7.0 #790

@OmarTawfik

Description

@OmarTawfik

This was legal till 0.7.0:

contract Foo {
  string public bar = "tab:	";
  string public baz = 'tab:	';
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions