added test case

This commit is contained in:
Devaev Maxim 2019-10-15 03:07:54 +03:00
parent b34dd28d6a
commit a88ad42501

View File

@ -115,6 +115,7 @@ def test_fail__valid_stream_fps(arg: Any) -> None:
(".", "_"),
("..", "__"),
("/..", "_.."),
("/..\0", "_.._"),
("/root/..", "_root_.."),
(" тест(){}[ \t].iso\t", "тест()__[__].iso"),
("?" * 1000, "_" * 255),