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