diff contrib/python3-whitelist @ 37471:51d5e1ff0613

py3: use s.startswith() instead of s[n] while parsing patches I know 'bytes[n] in bytes' magically works, but I'm tired of finding which one breaks the tests.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 08 Apr 2018 15:39:08 +0900
parents 5c9d0af7b02e
children e40c8494acfa
line wrap: on
line diff
--- a/contrib/python3-whitelist	Sun Apr 08 15:32:09 2018 +0900
+++ b/contrib/python3-whitelist	Sun Apr 08 15:39:08 2018 +0900
@@ -171,6 +171,7 @@
 test-http-clone-r.t
 test-identify.t
 test-import-unknown.t
+test-import.t
 test-imports-checker.t
 test-inherit-mode.t
 test-issue1089.t