##// END OF EJS Templates
check-code: only treat a # as a line in a t-test if it has a space before it...
Augie Fackler -
r29517:f1fdd7e7 default
parent child Browse files
Show More
@@ -224,7 +224,7 b' for i in [0, 1]:'
224
224
225 utestfilters = [
225 utestfilters = [
226 (r"<<(\S+)((.|\n)*?\n > \1)", rephere),
226 (r"<<(\S+)((.|\n)*?\n > \1)", rephere),
227 (r"( *)(#([^\n]*\S)?)", repcomment),
227 (r"( +)(#([^\n]*\S)?)", repcomment),
228 ]
228 ]
229
229
230 pypats = [
230 pypats = [
General Comments 0
You need to be logged in to leave comments. Login now