aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/string/string_unterminated.sol
blob: 3291781e0008459c3dfc8e7643666c61811b49cc (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 primary expression.