rust/crates/parser/test_data/lexer/err
2023-10-11 15:25:52 +02:00
..
byte_char_literals.rast fix: use unescape_byte function for Byte literals 2023-10-11 13:09:15 +02:00
byte_char_literals.rs fix: use unescape_byte function for Byte literals 2023-10-11 13:09:15 +02:00
byte_strings.rast fix: handle errors for string byte string and c_string 2023-10-11 15:25:52 +02:00
byte_strings.rs fix: handle errors for string byte string and c_string 2023-10-11 15:25:52 +02:00
c_strings.rast fix: handle errors for string byte string and c_string 2023-10-11 15:25:52 +02:00
c_strings.rs fix: handle errors for string byte string and c_string 2023-10-11 15:25:52 +02:00
char_literals.rast add diagnosis messages for chars and byte literal errors 2023-10-11 12:19:00 +02:00
char_literals.rs add diagnosis messages for chars and byte literal errors 2023-10-11 12:19:00 +02:00
empty_exponent.rast Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jonas-schievink" 2022-05-13 15:08:14 +02:00
empty_exponent.rs move tests 2021-12-18 14:55:20 +03:00
empty_exponent.txt move tests 2021-12-18 14:55:20 +03:00
empty_int.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
empty_int.rs move tests 2021-12-18 14:55:20 +03:00
empty_int.txt move tests 2021-12-18 14:55:20 +03:00
lifetime_starts_with_a_number.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
lifetime_starts_with_a_number.rs move tests 2021-12-18 14:55:20 +03:00
lifetime_starts_with_a_number.txt move tests 2021-12-18 14:55:20 +03:00
strings.rast fix: handle errors for string byte string and c_string 2023-10-11 15:25:52 +02:00
strings.rs fix: handle errors for string byte string and c_string 2023-10-11 15:25:52 +02:00
unclosed_block_comment_at_eof.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_block_comment_at_eof.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_block_comment_at_eof.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_block_comment_with_content.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_block_comment_with_content.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_block_comment_with_content.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_at_eof.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_at_eof.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_at_eof.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_at_eof.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_string_at_eof.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_at_eof.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_ascii_escape.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_string_with_ascii_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_ascii_escape.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_ferris.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_string_with_ferris.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_ferris.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_slash_double_quote.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_string_with_slash_double_quote.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_slash_double_quote.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_slash_n.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_string_with_slash_n.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_slash_n.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_slash.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_string_with_slash.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_slash.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_space.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_string_with_space.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_space.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_unicode_escape.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_string_with_unicode_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_string_with_unicode_escape.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_ascii_escape.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_with_ascii_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_ascii_escape.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_ferris.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_with_ferris.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_ferris.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_slash_n.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_with_slash_n.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_slash_n.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_slash_single_quote.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_with_slash_single_quote.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_slash_single_quote.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_slash.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_with_slash.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_slash.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_space.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_with_space.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_space.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_unicode_escape.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_byte_with_unicode_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_byte_with_unicode_escape.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_char_at_eof.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_char_at_eof.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_char_at_eof.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_ascii_escape.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_char_with_ascii_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_ascii_escape.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_ferris.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_char_with_ferris.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_ferris.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_slash_n.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_char_with_slash_n.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_slash_n.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_slash_single_quote.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_char_with_slash_single_quote.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_slash_single_quote.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_slash.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_char_with_slash.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_slash.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_space.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_char_with_space.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_space.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_unicode_escape.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_char_with_unicode_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_char_with_unicode_escape.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_nested_block_comment_entirely.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_nested_block_comment_entirely.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_nested_block_comment_entirely.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_nested_block_comment_partially.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_nested_block_comment_partially.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_nested_block_comment_partially.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_at_eof.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_byte_string_at_eof.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_at_eof.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_ascii_escape.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_byte_string_with_ascii_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_ascii_escape.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_ferris.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_byte_string_with_ferris.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_ferris.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_slash_n.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_byte_string_with_slash_n.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_slash_n.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_slash.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_byte_string_with_slash.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_slash.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_space.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_byte_string_with_space.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_space.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_unicode_escape.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_byte_string_with_unicode_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_byte_string_with_unicode_escape.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_at_eof.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_string_at_eof.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_at_eof.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_ascii_escape.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_string_with_ascii_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_ascii_escape.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_ferris.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_string_with_ferris.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_ferris.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_slash_n.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_string_with_slash_n.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_slash_n.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_slash.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_string_with_slash.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_slash.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_space.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_string_with_space.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_space.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_unicode_escape.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unclosed_raw_string_with_unicode_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_raw_string_with_unicode_escape.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_string_at_eof.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_string_at_eof.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_string_at_eof.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_ascii_escape.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_string_with_ascii_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_ascii_escape.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_ferris.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_string_with_ferris.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_ferris.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_slash_double_quote.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_string_with_slash_double_quote.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_slash_double_quote.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_slash_n.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_string_with_slash_n.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_slash_n.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_slash.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_string_with_slash.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_slash.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_space.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_string_with_space.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_space.txt move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_unicode_escape.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
unclosed_string_with_unicode_escape.rs move tests 2021-12-18 14:55:20 +03:00
unclosed_string_with_unicode_escape.txt move tests 2021-12-18 14:55:20 +03:00
unstarted_raw_byte_string_at_eof.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unstarted_raw_byte_string_at_eof.rs move tests 2021-12-18 14:55:20 +03:00
unstarted_raw_byte_string_at_eof.txt move tests 2021-12-18 14:55:20 +03:00
unstarted_raw_byte_string_with_ascii.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unstarted_raw_byte_string_with_ascii.rs move tests 2021-12-18 14:55:20 +03:00
unstarted_raw_byte_string_with_ascii.txt move tests 2021-12-18 14:55:20 +03:00
unstarted_raw_string_at_eof.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unstarted_raw_string_at_eof.rs move tests 2021-12-18 14:55:20 +03:00
unstarted_raw_string_at_eof.txt move tests 2021-12-18 14:55:20 +03:00
unstarted_raw_string_with_ascii.rast internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
unstarted_raw_string_with_ascii.rs move tests 2021-12-18 14:55:20 +03:00
unstarted_raw_string_with_ascii.txt move tests 2021-12-18 14:55:20 +03:00