.. |
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
|
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
|
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 |