solidity/test/libsolidity/syntaxTests/parsing
2018-05-16 03:48:37 +02:00
..
comment_end_with_double_star.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
constant_is_keyword.sol Update test expectations. 2018-05-09 14:08:25 +02:00
constant_state_modifier.sol Replace constant with view in the tests. 2018-05-09 15:07:47 +02: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 Update test expectations. 2018-05-09 14:08:25 +02:00
empty_comment.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
empty_enum.sol Update test expectations. 2018-05-09 14:08:25 +02:00
empty_function.sol Replace constant with view in the tests. 2018-05-09 15:07:47 +02:00
event_with_no_argument_list.sol Update test expectations. 2018-05-09 14:08:25 +02:00
external_variable.sol Update test expectations. 2018-05-09 14:08:25 +02:00
fixed_literal_with_double_radix.sol Update test expectations. 2018-05-09 14:08:25 +02:00
function_no_body.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
function_type_as_storage_variable_with_modifiers.sol Update test expectations. 2018-05-09 14:08:25 +02:00
function_type_state_variable.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
inline_array_empty_cells_check_lvalue.sol Update test expectations. 2018-05-09 14:08:25 +02:00
inline_array_empty_cells_check_without_lvalue.sol Update test expectations. 2018-05-09 14:08:25 +02:00
interface_basic.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
invalid_fixed_conversion_leading_zeroes_check.sol Update test expectations. 2018-05-09 14:08:25 +02:00
local_const_variable.sol Update test expectations. 2018-05-09 14:08:25 +02:00
location_specifiers_for_state_variables.sol Update test expectations. 2018-05-09 14:08:25 +02:00
location_specifiers_with_var.sol Update test expectations. 2018-05-09 14:08:25 +02:00
malformed_enum_declaration.sol Update test expectations. 2018-05-09 14:08:25 +02:00
missing_argument_in_named_args.sol Update test expectations. 2018-05-09 14:08:25 +02:00
missing_parameter_name_in_named_args.sol Update test expectations. 2018-05-09 14:08:25 +02:00
missing_variable_name_in_declaration.sol Update test expectations. 2018-05-09 14:08:25 +02:00
modifier_without_semicolon.sol Update test expectations. 2018-05-09 14:08:25 +02:00
multi_variable_declarations.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
multiple_function_param_trailing_comma.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
multiple_statemutability_specifiers.sol Replace constant with view in the tests. 2018-05-09 15:07:47 +02:00
new_invalid_type_name.sol Update test expectations. 2018-05-09 14:08:25 +02:00
no_function_params.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
overloaded_functions.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
payable_accessor.sol Update test expectations. 2018-05-09 14:08:25 +02:00
return_var.sol Update test expectations. 2018-05-09 14:08:25 +02:00
scientific_notation.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
single_event_arg_trailing_comma.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
single_function_param_trailing_comma.sol Update test expectations. 2018-05-09 14:08:25 +02:00
single_function_param.sol Move some parser tests to syntax tests 2018-05-02 21:21:11 +01:00
single_modifier_arg_trailing_comma.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
single_return_param_trailing_comma.sol Update test expectations. 2018-05-09 14:08:25 +02: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 Update test expectations. 2018-05-09 14:08:25 +02:00
tuples_without_commas.sol Update test expectations. 2018-05-09 14:08:25 +02:00
tuples.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
var_array.sol Update test expectations. 2018-05-09 14:08:25 +02:00
var_in_function_arguments.sol Update test expectations. 2018-05-09 14:08:25 +02:00
var_storage_var.sol Update test expectations. 2018-05-09 14:08:25 +02:00
variable_definition_in_mapping.sol Update test expectations. 2018-05-09 14:08:25 +02:00