solidity/test/libsolidity/syntaxTests/string
2020-07-27 18:21:17 +01:00
..
invalid_utf8_explicit_string.sol Add more tests for strings with unicode (escapes) 2020-07-13 20:43:30 +01:00
invalid_utf8_hex_string.sol Add more tests for strings with unicode (escapes) 2020-07-13 20:43:30 +01:00
invalid_utf8_implicit_string.sol Add more tests for strings with unicode (escapes) 2020-07-13 20:43:30 +01:00
invalid_utf8_in_bytes.sol Add more tests for strings with unicode (escapes) 2020-07-13 20:43:30 +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 Add syntax tests to augment the test coverage of 2018-09-20 23:02:44 +02: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 Update tests for unicode literals 2020-07-27 18:21:17 +01:00
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 Add more tests for strings with unicode (escapes) 2020-07-13 20:43:30 +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