solidity/test/libsolidity/syntaxTests/string/string_unicode_without_prefix.sol
2022-04-01 23:41:18 -05:00

8 lines
190 B
Solidity

contract test {
function f() public pure returns (string memory) {
return "😃, 😭, and 😈";
}
}
// ----
// ParserError 8936: (86-88='"ð'): Invalid character in string.