File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ def test_next_filename_similar_names_ignored(tmp_path):
47
47
48
48
def test_next_filename_special_characters (tmp_path ):
49
49
"""Test _next_filename with special characters in prefix and extension."""
50
- prefix = "test-? f$ile_name"
51
- ext = "s$v&* g" # set up to be parameterized but not
50
+ prefix = "test-f$ile_name"
51
+ ext = "s$v&g" # set up to be parameterized but not
52
52
53
53
# Create some files
54
54
(tmp_path / f"{ prefix } .{ ext } " ).touch ()
@@ -75,7 +75,7 @@ def test_next_filename_only_numbered_files(tmp_path):
75
75
(
76
76
{
77
77
"layout" : {
78
- "title" : {"text" : "My-Test!@#$%^&* ()Chart_with[lots]of{symbols}" },
78
+ "title" : {"text" : "My-Test!@#$%^&()Chart_with[lots]of{symbols}" },
79
79
},
80
80
},
81
81
"My_TestChart_withlotsofsymbols" ,
You can’t perform that action at this time.
0 commit comments