solidity/test/libsolidity/errorRecoveryTests
rocky ca3afea1d7 Add Steve Johnson-style parser recovery rules:
SourceUnit = Error $
    Block = '{' Error '}'
    ContractDefinition = '{' Error '}'
    Statement = Error ';'

Co-Authored-By: chriseth <chris@ethereum.org>
2019-06-17 14:47:07 +02:00
..
constructor_recovers.sol Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
contract_recovery.sol Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
do_not_delete_at_error.sol Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
error_to_eos.sol Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
missing_rhs.sol Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
multiple_errors.sol Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00