瀏覽代碼

Fix pattern in test_labelme_1.py

Kentaro Wada 5 年之前
父節點
當前提交
8550d42b98
共有 1 個文件被更改,包括 1 次插入1 次删除
  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