solidity/test/libsolidity/syntaxTests/parsing
2018-05-03 22:10:51 +01:00
..
constant_is_keyword.sol Simplify expectIdentifierToken by using expectToken 2018-05-03 22:10:51 +01:00
constructor_allowed_this.sol Stricter check for member access to "this" in constructor. 2018-04-13 15:57:13 +02:00
constructor_super.sol Stricter check for member access to "this" in constructor. 2018-04-13 15:57:13 +02:00
emit_without_event.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
empty_enum.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
empty_function.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
event_with_no_argument_list.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
external_variable.sol Simplify expectIdentifierToken by using expectToken 2018-05-03 22:10:51 +01:00
fixed_literal_with_double_radix.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
function_type_as_storage_variable_with_modifiers.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
inline_array_empty_cells_check_lvalue.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
inline_array_empty_cells_check_without_lvalue.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
invalid_fixed_conversion_leading_zeroes_check.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
local_const_variable.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
location_specifiers_for_state_variables.sol Simplify expectIdentifierToken by using expectToken 2018-05-03 22:10:51 +01:00
location_specifiers_with_var.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
malformed_enum_declaration.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
missing_argument_in_named_args.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
missing_parameter_name_in_named_args.sol Simplify expectIdentifierToken by using expectToken 2018-05-03 22:10:51 +01:00
missing_variable_name_in_declaration.sol Simplify expectIdentifierToken by using expectToken 2018-05-03 22:10:51 +01:00
modifier_without_semicolon.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
new_invalid_type_name.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
no_function_params.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
payable_accessor.sol Simplify expectIdentifierToken by using expectToken 2018-05-03 22:10:51 +01:00
return_var.sol Add additional test for `var` for storage variables. 2018-04-12 16:46:35 +02:00
scientific_notation.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
single_function_param_trailing_comma.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
single_function_param.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
single_return_param_trailing_comma.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
smoke_test.sol Adds parsing sub-directory in syntaxTests and moves two example tests from SolidityParser.cpp to test contracts. 2018-04-03 19:54:46 +02:00
trailing_comma_in_named_args.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
tuples_without_commas.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
var_array.sol Simplify expectIdentifierToken by using expectToken 2018-05-03 22:10:51 +01:00
var_in_function_arguments.sol Add additional test for `var` for storage variables. 2018-04-12 16:46:35 +02:00
var_storage_var.sol Add additional test for `var` for storage variables. 2018-04-12 16:46:35 +02:00
variable_definition_in_mapping.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00