Pārlūkot izejas kodu

Fix pattern in test_labelme_1.py

Kentaro Wada 5 gadi atpakaļ
vecāks
revīzija
8550d42b98
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tests/docs_tests/man_tests/test_labelme_1.py

+ 1 - 1
tests/docs_tests/man_tests/test_labelme_1.py

@@ -21,7 +21,7 @@ with open(man_file) as f:
 patterns_exclude = [
     r'^\.TH .*',
     r'^config file.*',
-    r'^\.\\\\.*',
+    r'^\.\\.*',
 ]
 
 PASS = 1