mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
added test case
This commit is contained in:
parent
b34dd28d6a
commit
a88ad42501
@ -115,6 +115,7 @@ def test_fail__valid_stream_fps(arg: Any) -> None:
|
||||
(".", "_"),
|
||||
("..", "__"),
|
||||
("/..", "_.."),
|
||||
("/..\0", "_.._"),
|
||||
("/root/..", "_root_.."),
|
||||
(" тест(){}[ \t].iso\t", "тест()__[__].iso"),
|
||||
("?" * 1000, "_" * 255),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user