Browse Source

Fix pattern in test_labelme_1.py

Kentaro Wada 5 năm trước cách đây
mục cha
commit
8550d42b98
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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