Skip to content

Commit 4606aa7

Browse files
committed
Retag test_fstring
1 parent e62ba07 commit 4606aa7

File tree

1 file changed

+8
-7
lines changed
  • graalpython/com.oracle.graal.python.test/src/tests/unittest_tags

1 file changed

+8
-7
lines changed

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_fstring.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,34 @@
99
*graalpython.lib-python.3.test.test_fstring.TestCase.test_ast_line_numbers_multiple_formattedvalues
1010
*graalpython.lib-python.3.test.test_fstring.TestCase.test_ast_line_numbers_nested
1111
*graalpython.lib-python.3.test.test_fstring.TestCase.test_backslash_char
12+
*graalpython.lib-python.3.test.test_fstring.TestCase.test_backslashes_in_string_part
1213
*graalpython.lib-python.3.test.test_fstring.TestCase.test_call
1314
*graalpython.lib-python.3.test.test_fstring.TestCase.test_closure
1415
*graalpython.lib-python.3.test.test_fstring.TestCase.test_comments
1516
*graalpython.lib-python.3.test.test_fstring.TestCase.test_compile_time_concat
1617
*graalpython.lib-python.3.test.test_fstring.TestCase.test_compile_time_concat_errors
1718
*graalpython.lib-python.3.test.test_fstring.TestCase.test_conversions
18-
*graalpython.lib-python.3.test.test_fstring.TestCase.test_backslashes_in_string_part
1919
*graalpython.lib-python.3.test.test_fstring.TestCase.test_debug_conversion
20-
*graalpython.lib-python.3.test.test_fstring.TestCase.test_format_specifier_expressions
21-
*graalpython.lib-python.3.test.test_fstring.TestCase.test_errors
22-
*graalpython.lib-python.3.test.test_fstring.TestCase.test_global
23-
*graalpython.lib-python.3.test.test_fstring.TestCase.test_lambda
24-
*graalpython.lib-python.3.test.test_fstring.TestCase.test_misformed_unicode_character_name
25-
*graalpython.lib-python.3.test.test_fstring.TestCase.test_no_backslashes_in_expression_part
2620
*graalpython.lib-python.3.test.test_fstring.TestCase.test_del
2721
*graalpython.lib-python.3.test.test_fstring.TestCase.test_dict
2822
*graalpython.lib-python.3.test.test_fstring.TestCase.test_docstring
2923
*graalpython.lib-python.3.test.test_fstring.TestCase.test_double_braces
3024
*graalpython.lib-python.3.test.test_fstring.TestCase.test_empty_format_specifier
3125
*graalpython.lib-python.3.test.test_fstring.TestCase.test_equal_equal
26+
*graalpython.lib-python.3.test.test_fstring.TestCase.test_errors
3227
*graalpython.lib-python.3.test.test_fstring.TestCase.test_expressions_with_triple_quoted_strings
28+
*graalpython.lib-python.3.test.test_fstring.TestCase.test_format_specifier_expressions
29+
*graalpython.lib-python.3.test.test_fstring.TestCase.test_global
3330
*graalpython.lib-python.3.test.test_fstring.TestCase.test_if_conditional
3431
*graalpython.lib-python.3.test.test_fstring.TestCase.test_invalid_string_prefixes
32+
*graalpython.lib-python.3.test.test_fstring.TestCase.test_lambda
3533
*graalpython.lib-python.3.test.test_fstring.TestCase.test_leading_trailing_spaces
3634
*graalpython.lib-python.3.test.test_fstring.TestCase.test_literal
3735
*graalpython.lib-python.3.test.test_fstring.TestCase.test_literal_eval
3836
*graalpython.lib-python.3.test.test_fstring.TestCase.test_locals
3937
*graalpython.lib-python.3.test.test_fstring.TestCase.test_loop
4038
*graalpython.lib-python.3.test.test_fstring.TestCase.test_many_expressions
39+
*graalpython.lib-python.3.test.test_fstring.TestCase.test_misformed_unicode_character_name
4140
*graalpython.lib-python.3.test.test_fstring.TestCase.test_mismatched_braces
4241
*graalpython.lib-python.3.test.test_fstring.TestCase.test_mismatched_parens
4342
*graalpython.lib-python.3.test.test_fstring.TestCase.test_missing_expression
@@ -46,6 +45,7 @@
4645
*graalpython.lib-python.3.test.test_fstring.TestCase.test_multiple_vars
4746
*graalpython.lib-python.3.test.test_fstring.TestCase.test_nested_fstrings
4847
*graalpython.lib-python.3.test.test_fstring.TestCase.test_newlines_in_expressions
48+
*graalpython.lib-python.3.test.test_fstring.TestCase.test_no_backslashes_in_expression_part
4949
*graalpython.lib-python.3.test.test_fstring.TestCase.test_no_escapes_for_braces
5050
*graalpython.lib-python.3.test.test_fstring.TestCase.test_not_equal
5151
*graalpython.lib-python.3.test.test_fstring.TestCase.test_parens_in_expressions
@@ -54,3 +54,4 @@
5454
*graalpython.lib-python.3.test.test_fstring.TestCase.test_str_format_differences
5555
*graalpython.lib-python.3.test.test_fstring.TestCase.test_unterminated_string
5656
*graalpython.lib-python.3.test.test_fstring.TestCase.test_yield
57+
*graalpython.lib-python.3.test.test_fstring.TestCase.test_yield_send

0 commit comments

Comments
 (0)