From a88ad42501e3afd49bb02f186e787b6e14474640 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Tue, 15 Oct 2019 03:07:54 +0300 Subject: [PATCH] added test case --- testenv/tests/validators/test_kvm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testenv/tests/validators/test_kvm.py b/testenv/tests/validators/test_kvm.py index 2b5844e3..c592b5ac 100644 --- a/testenv/tests/validators/test_kvm.py +++ b/testenv/tests/validators/test_kvm.py @@ -115,6 +115,7 @@ def test_fail__valid_stream_fps(arg: Any) -> None: (".", "_"), ("..", "__"), ("/..", "_.."), + ("/..\0", "_.._"), ("/root/..", "_root_.."), (" тест(){}[ \t].iso\t", "тест()__[__].iso"), ("?" * 1000, "_" * 255),