aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/string/string_unterminated.sol
blob: 6772a300732ee357de08866612ae9d33858a385f (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.