solidity/test/libsolidity/syntaxTests/array/concat
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
..
bytes_concat_empty_invalid.sol Adding syntax tests for bytes.concat. 2021-03-24 11:49:21 +01:00
bytes_concat_on_type_info.sol Adding syntax tests for bytes.concat. 2021-03-24 11:49:21 +01:00
bytes_concat_on_variable.sol Adding syntax tests for bytes.concat. 2021-03-24 11:49:21 +01:00
bytes_concat_valid_type_literal.sol Fix ICE for 32-byte hex literals and zero literals in bytes.concat() by disallowing them 2021-06-29 14:48:42 +02:00
bytes_concat_wrong_type_bytes_and_strings.sol Fix crash when passing zero to bytes.concat() 2021-06-25 21:26:28 +02:00
bytes_concat_wrong_type_empty_array_literal.sol Fix crash when passing zero to bytes.concat() 2021-06-25 21:26:28 +02:00
bytes_concat_wrong_type_empty_string_literal.sol Fix crash when passing empty strings to bytes.concat() 2021-06-29 13:52:01 +02:00
bytes_concat_wrong_type_misc_literals_and_expressions.sol Fix ICE for 32-byte hex literals and zero literals in bytes.concat() by disallowing them 2021-06-29 14:48:42 +02:00
bytes_concat_wrong_type_misc.sol Fix crash when passing zero to bytes.concat() 2021-06-25 21:26:28 +02:00
bytes_concat_wrong_type_zero_literal.sol Fix ICE for 32-byte hex literals and zero literals in bytes.concat() by disallowing them 2021-06-29 14:48:42 +02:00