solidity/test/libsolidity/syntaxTests/string
2022-04-01 23:41:18 -05:00
..
concat [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
hex_as_identifier.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
invalid_legacy_escape.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
invalid_utf8_explicit_string.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
invalid_utf8_hex_string.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
invalid_utf8_implicit_string.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05: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 [test] Update tests to include location string. 2022-04-01 23:41:18 -05: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 [test] Update tests to include location string. 2022-04-01 23:41:18 -05: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 [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
string_multipart_only_hex.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
string_multipart_only_regular.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05: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 [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
string_multipart_unicode.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
string_new_line.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
string_terminated_by_backslash.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
string_unicode_without_prefix.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
string_unicode.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
string_unterminated_no_new_line.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
string_unterminated.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
unicode_escape_literals_invalid_codepoint.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
unicode_escape_literals_invalid_format.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
unicode_escape_literals.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00