solidity/test/libsolidity/syntaxTests/array
chriseth eaac16c779
Merge pull request #11590 from ethereum/disallow-non-hex-zero-and-fix-bytes32-literals-in-bytes-concat
Disallow non-hex zero literals and fix 32-byte hex literals in `bytes.concat()`
2021-06-29 16:34:26 +02:00
..
concat Merge pull request #11590 from ethereum/disallow-non-hex-zero-and-fix-bytes32-literals-in-bytes-concat 2021-06-29 16:34:26 +02:00
invalid Adding syntax test for bytes to bytesNN conversion. 2021-04-23 13:19:19 +02:00
invalidCopy Adding more tests for array copying. 2020-12-28 13:16:24 +01:00
length Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
pop Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
push Fix ICE caused by an array of mappings 2020-09-29 18:17:46 +02:00
slice Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
array_pop_arg.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
array_pop.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
bytes_pop.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
bytes_to_fixed_bytes.sol Adding syntax test for bytes to bytesNN conversion. 2021-04-23 13:19:19 +02:00
calldata_assign.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_dynamic.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_multi_dynamic_V1.sol Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +01:00
calldata_multi_dynamic.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_multi.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_resize.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
calldata.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
contract_array.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
contract_index_access.sol Allow arrays of contract types as type expressions e.g. for abi.decode. 2020-10-16 19:40:41 +02:00
dynamic_memory_array_pop.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_mapping_library.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
function_mapping.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
library_array.sol Disallow invalid use of library names as type names. 2020-10-16 18:25:08 +02:00
nested_calldata_memory2.sol Support copying of nested calldata arrays to memory. 2020-11-26 12:13:29 +01:00
nested_calldata_memory3.sol Support copying of nested calldata arrays to memory. 2020-11-26 12:13:29 +01:00
nested_calldata_memory.sol Support copying of nested calldata arrays to memory. 2020-11-26 12:13:29 +01:00
nested_calldata_storage2.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
nested_calldata_storage.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
new_no_parentheses.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
no_array_pop.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
static_storage_array_pop.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
string_pop.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
uninitialized_storage_var.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00