RustPython-Parser/parser/src/snapshots
2023-02-22 10:02:41 -05:00
..
rustpython_parser__context__tests__ann_assign_name.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__context__tests__assign.snap Add expression context parsing 2022-10-17 15:20:33 -04:00
rustpython_parser__context__tests__assign_attribute.snap Fix locations of parethesized expressions 2022-12-18 20:53:30 +09:00
rustpython_parser__context__tests__assign_for.snap Fix locations of parethesized expressions 2022-12-18 20:53:30 +09:00
rustpython_parser__context__tests__assign_list.snap Fix locations of parethesized expressions 2022-12-18 20:53:30 +09:00
rustpython_parser__context__tests__assign_list_comp.snap Fix locations of parethesized expressions 2022-12-18 20:53:30 +09:00
rustpython_parser__context__tests__assign_name.snap Fix locations of parethesized expressions 2022-12-18 20:53:30 +09:00
rustpython_parser__context__tests__assign_named_expr.snap Fix NamedExpr location 2022-12-31 23:32:08 +09:00
rustpython_parser__context__tests__assign_set_comp.snap Fix locations of parethesized expressions 2022-12-18 20:53:30 +09:00
rustpython_parser__context__tests__assign_starred.snap Fix locations of parethesized expressions 2022-12-18 20:53:30 +09:00
rustpython_parser__context__tests__assign_subscript.snap Fix locations of parethesized expressions 2022-12-18 20:53:30 +09:00
rustpython_parser__context__tests__assign_tuple.snap Fix locations of parethesized expressions 2022-12-18 20:53:30 +09:00
rustpython_parser__context__tests__assign_with.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__context__tests__aug_assign_attribute.snap Fix locations of parethesized expressions 2022-12-18 20:53:30 +09:00
rustpython_parser__context__tests__aug_assign_name.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__context__tests__aug_assign_subscript.snap Fix locations of parethesized expressions 2022-12-18 20:53:30 +09:00
rustpython_parser__context__tests__del_attribute.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__context__tests__del_name.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__context__tests__del_subscript.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__function__tests__function_kw_only_args.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__function_kw_only_args_with_defaults.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__function_no_args.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__function_pos_and_kw_only_args.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__function_pos_and_kw_only_args_with_defaults.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__function_pos_and_kw_only_args_with_defaults_and_varargs.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__function_pos_and_kw_only_args_with_defaults_and_varargs_and_kwargs.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__function_pos_args.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__function_pos_args_with_defaults.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__lambda_kw_only_args.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__lambda_kw_only_args_with_defaults.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__lambda_no_args.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__lambda_pos_and_kw_only_args.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__lambda_pos_args.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__function__tests__lambda_pos_args_with_defaults.snap Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
rustpython_parser__parser__tests__dict_unpacking.snap Rename test 2023-01-15 23:36:07 +09:00
rustpython_parser__parser__tests__generator_expression_argument.snap Add test_generator_expression_argument 2023-02-11 05:20:39 +09:00
rustpython_parser__parser__tests__match.snap Allow trailing commas in MappingPattern 2023-02-22 10:02:41 -05:00
rustpython_parser__parser__tests__match_as_identifier.snap Add support for match statements to parser 2023-02-20 15:03:39 -05:00
rustpython_parser__parser__tests__parse_boolop_and.snap add tests 2022-12-04 05:59:51 +09:00
rustpython_parser__parser__tests__parse_boolop_or.snap add tests 2022-12-04 05:59:51 +09:00
rustpython_parser__parser__tests__parse_class.snap Fix end location of nodes containing body 2022-12-11 12:35:28 +09:00
rustpython_parser__parser__tests__parse_dict_comprehension.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__parser__tests__parse_double_list_comprehension.snap Set comparator start location to beginning of comparison 2022-11-07 12:24:14 -05:00
rustpython_parser__parser__tests__parse_empty.snap reorganize compiler crates 2022-08-22 04:42:42 +09:00
rustpython_parser__parser__tests__parse_f_string.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__parser__tests__parse_generator_comprehension.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__parser__tests__parse_if_elif_else.snap Fix end location for elif blocks 2023-01-17 22:39:44 -05:00
rustpython_parser__parser__tests__parse_if_else_generator_comprehension.snap Fix IfExp location 2022-12-25 00:33:02 +09:00
rustpython_parser__parser__tests__parse_kwargs.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__parser__tests__parse_lambda.snap Fix the location of BinOp 2022-12-21 22:05:05 +09:00
rustpython_parser__parser__tests__parse_list_comprehension.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__parser__tests__parse_named_expression_generator_comprehension.snap Fix NamedExpr location 2022-12-31 23:32:08 +09:00
rustpython_parser__parser__tests__parse_print_2.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__parser__tests__parse_print_hello.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__parser__tests__parse_string.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__parser__tests__parse_tuples.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__parser__tests__patma.snap Allow trailing commas in MappingPattern 2023-02-22 10:02:41 -05:00
rustpython_parser__parser__tests__slice.snap Fix slice location 2022-12-25 09:37:07 +09:00
rustpython_parser__parser__tests__star_index.snap Allow starred expressions in subscripts 2023-02-20 17:59:35 -05:00
rustpython_parser__parser__tests__try.snap Implement except* syntax 2023-02-21 12:19:54 +09:00
rustpython_parser__parser__tests__try_star.snap Implement except* syntax 2023-02-21 12:19:54 +09:00
rustpython_parser__parser__tests__with_statement.snap Move tests for with into parser. 2023-01-01 21:36:07 +02:00
rustpython_parser__string__tests__double_quoted_byte.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__escape_char_in_byte_literal.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__escape_octet.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__fstring_escaped_character.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__fstring_escaped_newline.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__fstring_line_continuation.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__fstring_parse_selfdocumenting_base.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__fstring_parse_selfdocumenting_base_more.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__fstring_parse_selfdocumenting_format.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__fstring_unescaped_newline.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__parse_empty_fstring.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__parse_f_string_concat_1.snap Fix 2022-12-10 18:45:36 +09:00
rustpython_parser__string__tests__parse_f_string_concat_2.snap Fix 2022-12-10 18:45:36 +09:00
rustpython_parser__string__tests__parse_f_string_concat_3.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__parse_fstring.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__parse_fstring_equals.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__parse_fstring_nested_spec.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__parse_fstring_not_equals.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__parse_fstring_not_nested_spec.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__parse_fstring_selfdoc_prec_space.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__parse_fstring_selfdoc_trailing_space.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__parse_fstring_yield_expr.snap Refactor: Join string and string_parser. 2023-02-11 18:05:06 +02:00
rustpython_parser__string__tests__parse_string_concat.snap Fix plain string 2022-12-10 18:09:26 +09:00
rustpython_parser__string__tests__parse_string_triple_quotes_with_kind.snap Fix ast types' _fields and use 0-based column 2022-10-27 03:09:38 +09:00
rustpython_parser__string__tests__parse_u_f_string_concat_1.snap Fix 2022-12-10 18:45:36 +09:00
rustpython_parser__string__tests__parse_u_f_string_concat_2.snap Fix 2022-12-10 18:45:36 +09:00
rustpython_parser__string__tests__parse_u_string_concat_1.snap Fix plain string 2022-12-10 18:09:26 +09:00
rustpython_parser__string__tests__parse_u_string_concat_2.snap Fix plain string 2022-12-10 18:09:26 +09:00
rustpython_parser__string__tests__raw_byte_literal_1.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__raw_byte_literal_2.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__raw_fstring.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__single_quoted_byte.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00
rustpython_parser__string__tests__triple_quoted_raw_fstring.snap Fix FormattedValue location 2022-12-30 21:39:29 +09:00