solidity/test/libsolidity/semanticTests/strings
Matheus Aguiar 33ea6a679d Fixed bug that added a superfluous empty slot for data when encoding an empty string coming from storage.
Added tests covering empty string, uninitialized string, emptry string literal, byte arrays and explicit call to `abi.encode`.
2022-05-18 14:50:26 -03:00
..
concat Added support for FunctionType::Kind::StringConcat and functions string.concat 2022-02-10 22:08:47 +05:30
constant_string_literal.sol Extracted some test cases from SolidityEndToEnd.cpp 2021-11-29 21:27:43 +05:30
empty_storage_string.sol Fixed bug that added a superfluous empty slot for data when encoding an empty string coming from storage. 2022-05-18 14:50:26 -03:00
empty_string_input.sol Add tests for ABI coding empty strings and string literals 2020-11-04 17:48:59 +00:00
empty_string.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
return_string.sol Extracted some test cases from SolidityEndToEnd.cpp 2021-11-29 21:27:43 +05:30
string_escapes.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
unicode_escapes.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
unicode_string.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00