solidity/test/libsolidity/syntaxTests/string
Samuel Osewa c21265f9f8 Changed error message for for Unicode character in non-unicode string literal
Co-authored-by: Kamil Śliwak <cameel2@gmail.com>
2022-06-15 16:12:24 +05:30
..
concat Added support for FunctionType::Kind::StringConcat and functions string.concat 2022-02-10 22:08:47 +05:30
control_character_returned_in_string.sol Changed error message for for Unicode character in non-unicode string literal 2022-06-15 16:12:24 +05:30
hex_as_identifier.sol Allow hex string literals in Yul. 2021-04-08 15:03:33 +02:00
invalid_legacy_escape.sol Remove the \b, \f, \v escape sequences from the Scanner 2020-12-07 21:10:03 +00:00
invalid_utf8_explicit_string.sol Return UTF-8 error in BoolResult and remove it from string type 2020-09-23 17:35:05 +01:00
invalid_utf8_hex_string.sol Return UTF-8 error in BoolResult and remove it from string type 2020-09-23 17:35:05 +01:00
invalid_utf8_implicit_string.sol Return UTF-8 error in BoolResult and remove it from string type 2020-09-23 17:35:05 +01:00
invalid_utf8_in_bytes.sol Add more tests for strings with unicode (escapes) 2020-07-13 20:43:30 +01:00
invalid_utf8_sequence.sol Return UTF-8 error in BoolResult and remove it from string type 2020-09-23 17:35:05 +01:00
large_utf8_codepoint.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
string_ascii.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
string_escapes.sol Remove the \b, \f, \v escape sequences from the Scanner 2020-12-07 21:10:03 +00:00
string_multipart_hex_valid_parts.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
string_multipart_newline_with_hex_prefix.sol Allow splitting string literals into multiple parts 2019-11-26 14:41:30 +03:00
string_multipart_newline_without_hex_prefix.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
string_multipart_only_hex.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
string_multipart_only_regular.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
string_multipart_single_line.sol Allow splitting string literals into multiple parts 2019-11-26 14:41:30 +03:00
string_multipart_unicode_mixed.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
string_multipart_unicode.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
string_new_line.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
string_terminated_by_backslash.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
string_unicode_without_prefix.sol Changed error message for for Unicode character in non-unicode string literal 2022-06-15 16:12:24 +05:30
string_unicode.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
string_unterminated_no_new_line.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
string_unterminated.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unicode_escape_literals_invalid_codepoint.sol Return UTF-8 error in BoolResult and remove it from string type 2020-09-23 17:35:05 +01:00
unicode_escape_literals_invalid_format.sol Add more tests for strings with unicode (escapes) 2020-07-13 20:43:30 +01:00
unicode_escape_literals.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00