solidity/test/libsolidity/semanticTests/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_2_args.sol Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
bytes_concat_3_args.sol Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
bytes_concat_as_argument.sol Adding semantic tests for bytes.concat. 2021-03-24 11:49:21 +01:00
bytes_concat_different_types.sol Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
bytes_concat_empty_argument_list.sol Fix crash when passing empty strings to bytes.concat() 2021-06-29 13:52:01 +02:00
bytes_concat_empty_strings.sol Fix crash when passing empty strings to bytes.concat() 2021-06-29 13:52:01 +02:00
bytes_concat_nested.sol Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00