aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/string/string_unterminated.sol
blob: e893f4b179e90a1d4f6551c00462740cab7933a2 (plain) (blame)
1
2
3
4
5
6
7
contract test {
    function f() public pure returns (bytes32) {
        bytes32 escapeCharacters = "This a test
    }
}
// ----
// ParserError: (100-112): Expected string end-quote.