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

Escaped quotes in string literals terminate the literal #30

Open
attente opened this issue Apr 24, 2018 · 1 comment
Open

Escaped quotes in string literals terminate the literal #30

attente opened this issue Apr 24, 2018 · 1 comment

Comments

@attente
Copy link

attente commented Apr 24, 2018

For example:

pragma solidity ^0.4.23;

contract Test {
  string private constant MESSAGE = 'Syntax doesn\'t work';
}
@attente
Copy link
Author

attente commented Apr 24, 2018

#29

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

1 participant