solidity/test/libsolidity/ASTJSON
hrkrshnn 88c99a7538 Tests/Docs: changing type of msg.sender and tx.origin into address
And also making the type of address(literal) as non-payable address.
2020-12-14 16:55:48 +01:00
..
assembly Merge remote-tracking branch 'origin/develop' into breaking 2020-11-18 20:05:02 +01:00
abstract_contract_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
abstract_contract.json Update tests. 2020-07-07 12:16:18 +02:00
abstract_contract.sol Update tests. 2020-07-07 12:16:18 +02:00
address_payable_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
address_payable.json Tests/Docs: changing type of msg.sender and tx.origin into address 2020-12-14 16:55:48 +01:00
address_payable.sol Add `stateMutability field to JSON AST for address` types. 2018-09-13 15:15:49 +02:00
array_type_name_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
array_type_name.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
array_type_name.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00
constructor_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
constructor.json Update tests. 2020-07-07 12:16:18 +02:00
constructor.sol Update tests. 2020-07-07 12:16:18 +02:00
contract_dep_order_parseOnly.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
contract_dep_order.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
contract_dep_order.sol Make sure json output array order is consistent 2019-08-19 17:42:03 +02:00
documentation_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
documentation.json Merge remote-tracking branch 'origin/develop' into HEAD 2020-05-20 17:22:47 +02:00
documentation.sol Use same multi-source-syntax for test files 2020-09-15 12:44:02 +02:00
enum_value_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
enum_value.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
enum_value.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00
event_definition_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
event_definition.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
event_definition.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00
fallback_and_reveice_ether_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
fallback_and_reveice_ether.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
fallback_and_reveice_ether.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
fallback_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
fallback_payable_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
fallback_payable.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
fallback_payable.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
fallback.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
fallback.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
function_type_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
function_type.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
function_type.sol Update tests. 2018-08-14 18:53:06 +02:00
global_enum_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
global_enum.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
global_enum.sol ABI and AST tests. 2019-09-02 12:23:21 +02:00
global_struct_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
global_struct.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
global_struct.sol ABI and AST tests. 2019-09-02 12:23:21 +02:00
inheritance_specifier_parseOnly.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
inheritance_specifier.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
inheritance_specifier.sol Make sure json output array order is consistent 2019-08-19 17:42:03 +02:00
license_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
license.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
license.sol Add new test. 2020-05-13 18:16:59 +02:00
long_type_name_binary_operation_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
long_type_name_binary_operation.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
long_type_name_binary_operation.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00
long_type_name_identifier_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
long_type_name_identifier.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
long_type_name_identifier.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00
mappings_parseOnly.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
mappings.json Add AST Node IdentifierPath 2020-10-13 14:32:11 +02:00
mappings.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
modifier_definition_parseOnly.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
modifier_definition.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
modifier_definition.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00
modifier_invocation_parseOnly.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
modifier_invocation.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
modifier_invocation.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00
mutability_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
mutability.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
mutability.sol Export immutability. 2020-04-07 17:30:54 +02:00
non_utf8_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
non_utf8.json Return UTF-8 error in BoolResult and remove it from string type 2020-09-23 17:35:05 +01:00
non_utf8.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
not_existing_import_parseOnly.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
not_existing_import.json Stop after parsing. 2020-09-30 16:57:49 +02:00
not_existing_import.sol Stop after parsing. 2020-09-30 16:57:49 +02:00
override_parseOnly.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
override.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
override.sol Parse override keyword 2019-08-26 17:34:21 +02:00
placeholder_statement_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
placeholder_statement.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
placeholder_statement.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00
receive_ether_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
receive_ether.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
receive_ether.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
short_type_name_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
short_type_name_ref_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
short_type_name_ref.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
short_type_name_ref.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00
short_type_name.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
short_type_name.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00
smoke_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
smoke.json Removed null members from JSON output 2020-05-20 16:56:33 +05:30
smoke.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00
source_location_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
source_location.json Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
source_location.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
string_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
string.json Update tests for unicode literals 2020-07-27 18:21:17 +01:00
string.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
two_base_functions_parseOnly.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
two_base_functions.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
two_base_functions.sol Add new test. 2019-12-05 03:33:32 +01:00
unicode_parseOnly.json Stop after parsing. 2020-09-30 16:57:49 +02:00
unicode.json Display string literal as hex in error messages if it is not printable ASCII 2020-09-23 17:33:39 +01:00
unicode.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
using_for_directive_parseOnly.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
using_for_directive.json Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
using_for_directive.sol Modify the expectation files in ASTJSON tests. 2019-10-02 22:31:12 +02:00