solidity/test/libsolidity/syntaxTests/parsing
2018-07-16 16:11:39 +01:00
..
arrays_in_events.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
arrays_in_expressions.sol Update test wrt requiring storage locations. 2018-07-12 12:54:42 +02:00
arrays_in_storage.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
calling_function.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
comment_end_with_double_star.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
conditional_multiple.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
conditional_true_false_literal.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
conditional_with_assignment.sol C99 scoping rules by default 2018-06-20 12:53:38 +02:00
conditional_with_constants.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
conditional_with_variables.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
constant_is_keyword.sol Update test expectations. 2018-05-09 14:08:25 +02:00
constant_state_modifier.sol Update test suite. 2018-07-03 15:31:34 +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
declaring_fixed_and_ufixed_variables.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
declaring_fixed_literal_variables.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
else_if_statement.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +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 Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
enum_valid_declaration.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
event_arguments_indexed.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
event_arguments.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
event_with_no_argument_list.sol Update test expectations. 2018-05-09 14:08:25 +02:00
event.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
exp_expression.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
external_function.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
external_variable.sol Update test expectations. 2018-05-09 14:08:25 +02:00
fallback_function.sol Fallback function has to be external: backwards-compatible changes. 2018-06-29 00:23:52 +02:00
fixed_literal_with_double_radix.sol Update test expectations. 2018-05-09 14:08:25 +02:00
for_loop_simple_initexpr.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
for_loop_simple_noexpr.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
for_loop_single_stmt_body.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
for_loop_vardef_initexpr.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
from_is_not_keyword.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
function_no_body.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
function_normal_comments.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
function_type_as_parameter.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
function_type_as_storage_variable_with_assignment.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
function_type_as_storage_variable_with_modifiers.sol Update test expectations. 2018-05-09 14:08:25 +02:00
function_type_as_storage_variable.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
function_type_in_expression.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
function_type_in_struct.sol Return parameters in function types may not be named. 2018-06-18 00:05:06 +02:00
function_type_state_variable.sol Move couple of parser tests to syntax tests. 2018-05-16 03:48:37 +02:00
if_statement.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
inline_array_declaration.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +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 enforce interface-functions to be external-declared 2018-07-16 12:15:36 +02:00
invalid_fixed_conversion_leading_zeroes_check.sol Update test expectations. 2018-05-09 14:08:25 +02:00
library_simple.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
literal_constants_with_ether_subdenominations_in_expressions.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
literal_constants_with_ether_subdenominations.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
local_const_variable.sol Update test expectations. 2018-05-09 14:08:25 +02:00
location_specifiers_for_locals.sol Update tests. 2018-07-10 11:38:32 +02:00
location_specifiers_for_params.sol Allow using calldata keyword to specify data location 2018-05-30 18:05:55 +08: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
mapping_and_array_of_functions.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
mapping_in_struct.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
mapping_to_mapping_in_struct.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
mapping.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +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_arguments.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
modifier_invocation.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
modifier_without_semicolon.sol Update test expectations. 2018-05-09 14:08:25 +02:00
modifier.sol Update tests for strict address literals 2018-06-25 16:17:50 +02:00
multi_arrays.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
multi_variable_declarations.sol Update tests. 2018-07-12 20:33:52 +02:00
multiple_event_arg_trailing_comma.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +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_functions_natspec_documentation.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
multiple_modifier_arg_trailing_comma.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
multiple_return_param_trailing_comma.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +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 Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
overloaded_functions.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
payable_accessor.sol Update test expectations. 2018-05-09 14:08:25 +02:00
placeholder_in_function_context.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +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 Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02: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
struct_definition.sol Move more parser tests to syntax tests 2018-05-22 13:25:04 +02:00
trailing_comma_in_named_args.sol Update test expectations. 2018-05-09 14:08:25 +02:00
trailing_dot1.sol Add missing period in the end of error messages 2018-07-16 16:11:39 +01:00
trailing_dot2.sol Disallow trailing dots that are not followed by a number 2018-05-30 15:14:53 +01:00
trailing_dot3.sol Disallow trailing dots that are not followed by a number 2018-05-30 15:14:53 +01:00
tuples_without_commas.sol Update test expectations. 2018-05-09 14:08:25 +02:00
tuples.sol Update tests. 2018-07-12 20:33:52 +02:00
two_exact_functions.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
unary_plus_expression.sol defaulting to v0.5.0 behaviour of unary + operator (disallow); also adapting all tests to it 2018-07-10 16:27:57 +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
visibility_specifiers.sol Updates syntax tests to specify default visibility. 2018-06-29 16:26:18 +02:00
while_loop.sol C99 scoping rules by default 2018-06-20 12:53:38 +02:00