##// END OF EJS Templates
check-code: remove simple quotes first
Benoit Boissinot -
r10707:4eaf1b74 default
parent child Browse files
Show More
@@ -96,10 +96,10 b' pypats = ['
96 96 ]
97 97
98 98 pyfilters = [
99 (r'''(?<!")(")(([^"\n]|\\")+)"(?!")''', repquote),
100 (r"""(?<!')(')(([^'\n]|\\')+)'(?!')""", repquote),
99 101 (r"""(''')(([^']|\\'|'{1,2}(?!'))*)'''""", repquote),
100 102 (r'''(""")(([^"]|\\"|"{1,2}(?!"))*)"""''', repquote),
101 (r'''(?<!")(")(([^"\n]|\\")+)"(?!")''', repquote),
102 (r"""(?<!')(')(([^'\n]|\\')+)'(?!')""", repquote),
103 103 (r"( *)(#([^\n]*\S)?)", repcomment),
104 104 ]
105 105
General Comments 0
You need to be logged in to leave comments. Login now