We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
We need support for multi-literal strings like this:
bytes32 constant public HUMAN_TYPEHASH = keccak256( "Human(" "string name," "string surname," "string street," "address wallet," "uint256 age," "uint256 birth" ")" );
Here is demo repo: https://github.com/k06a/truffle-string-multi-literal
Check Solidity Grammar:
Steps to reproduce
git clone "https://github.com/k06a/truffle-string-multi-literal"
cd truffle-string-multi-literal
npm install
yarn
npm lint
yarn lint
Expected behavior
This is valid Solidity code.
Operating System
macOS 10.11.2
Linter version
Solium version 1.2.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
We need support for multi-literal strings like this:
Here is demo repo: https://github.com/k06a/truffle-string-multi-literal
Check Solidity Grammar:
Steps to reproduce
git clone "https://github.com/k06a/truffle-string-multi-literal"
cd truffle-string-multi-literal
npm install
oryarn
npm lint
oryarn lint
Expected behavior
This is valid Solidity code.
Operating System
macOS 10.11.2
Linter version
Solium version 1.2.5
The text was updated successfully, but these errors were encountered: