ruff/crates/ruff_python_parser/src/snapshots
Micha Reiser 7c7231db2e
Remove unsupported type_comment field
<!--
Thank you for contributing to Ruff! To help us out with reviewing, please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

This PR removes the `type_comment` field which our parser doesn't support.

<!-- What's the purpose of the change? What does it do, and why? -->

## Test Plan

`cargo test`

<!-- How was it tested? -->
2023-08-01 12:53:13 +02:00
..
ruff_python_parser__context__tests__ann_assign_name.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__context__tests__assign_attribute.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__context__tests__assign_for.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__context__tests__assign_list.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__context__tests__assign_list_comp.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__context__tests__assign_name.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__context__tests__assign_named_expr.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__context__tests__assign_set_comp.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__context__tests__assign_starred.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__context__tests__assign_subscript.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__context__tests__assign_tuple.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__context__tests__assign_with.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__context__tests__aug_assign_attribute.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__context__tests__aug_assign_name.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__context__tests__aug_assign_subscript.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__context__tests__del_attribute.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__context__tests__del_name.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__context__tests__del_subscript.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__function__tests__function_kw_only_args.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__function_kw_only_args_with_defaults.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__function_no_args.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__function_no_args_with_ranges.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__function_pos_and_kw_only_args.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__function_pos_and_kw_only_args_with_defaults.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__function_pos_and_kw_only_args_with_defaults_and_varargs.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__function_pos_and_kw_only_args_with_defaults_and_varargs_and_kwargs.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__function_pos_args.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__function_pos_args_with_defaults.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__function_pos_args_with_ranges.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__lambda_kw_only_args.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__lambda_kw_only_args_with_defaults.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__lambda_no_args.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__function__tests__lambda_pos_and_kw_only_args.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__lambda_pos_args.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__function__tests__lambda_pos_args_with_defaults.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__decorator_ranges.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__dict_unpacking.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__generator_expression_argument.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__jupyter_magic.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__match.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__match_as_identifier.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__numeric_literals.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__numeric_literals_attribute_access.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__parse_bool_op_and.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_bool_op_or.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_class.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__parse_class_generic_types.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_dict_comprehension.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_double_list_comprehension.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_empty.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_f_string.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_function_definition.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__parse_generator_comprehension.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_if_elif_else.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_if_else_generator_comprehension.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_kwargs.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_lambda.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__parse_lambda_no_args.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_list_comprehension.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_named_expression_generator_comprehension.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_print_2.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_print_hello.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_string.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__parse_tuples.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__parse_type_declaration.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__patma.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__slice.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__parser__tests__star_index.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__try.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__parser__tests__try_star.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__parser__tests__type_as_identifier.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__variadic_generics.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__parser__tests__with_statement.snap Remove unsupported type_comment field 2023-08-01 12:53:13 +02:00
ruff_python_parser__string__tests__backspace_alias.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__bell_alias.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__carriage_return_alias.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__character_tabulation_with_justification_alias.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__delete_alias.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__double_quoted_byte.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__escape_alias.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__escape_char_in_byte_literal.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__escape_octet.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__form_feed_alias.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__fstring_constant_range.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__fstring_escaped_character.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__fstring_escaped_newline.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__fstring_line_continuation.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__fstring_parse_self_documenting_base.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__fstring_parse_self_documenting_base_more.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__fstring_parse_self_documenting_format.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__fstring_unescaped_newline.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__hts_alias.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__parse_empty_fstring.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__parse_f_string_concat_1.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__parse_f_string_concat_2.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__parse_f_string_concat_3.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__parse_fstring.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__parse_fstring_equals.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__parse_fstring_nested_spec.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__parse_fstring_not_equals.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__parse_fstring_not_nested_spec.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__parse_fstring_self_doc_prec_space.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__parse_fstring_self_doc_trailing_space.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__parse_fstring_yield_expr.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__parse_string_concat.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__parse_string_triple_quotes_with_kind.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__parse_u_f_string_concat_1.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__parse_u_f_string_concat_2.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__parse_u_string_concat_1.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__parse_u_string_concat_2.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__raw_byte_literal_1.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__raw_byte_literal_2.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__raw_fstring.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00
ruff_python_parser__string__tests__single_quoted_byte.snap Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
ruff_python_parser__string__tests__triple_quoted_raw_fstring.snap add DebugText for self-documenting f-strings (#6167) 2023-08-01 07:55:03 +02:00