##// END OF EJS Templates
don't close string from inside re.VERBOSE comment...
MinRK -
Show More
@@ -272,7 +272,8 b' _help_end_re = re.compile(r"""(%{0,2}'
272 [a-zA-Z_*][\w*]* # Variable name
272 [a-zA-Z_*][\w*]* # Variable name
273 (\.[a-zA-Z_*][\w*]*)* # .etc.etc
273 (\.[a-zA-Z_*][\w*]*)* # .etc.etc
274 )
274 )
275 (\?\??)$ # ? or ??""",
275 (\?\??)$ # ? or ??
276 """,
276 re.VERBOSE)
277 re.VERBOSE)
277
278
278 def has_comment(src):
279 def has_comment(src):
General Comments 0
You need to be logged in to leave comments. Login now