Changeset: 6f94e051f675 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6f94e051f675
Modified Files:
        testing/Mfilter.py.in
Branch: Feb2013
Log Message:

Mfilter.py.in: de-indent comment


diffs (18 lines):

diff --git a/testing/Mfilter.py.in b/testing/Mfilter.py.in
--- a/testing/Mfilter.py.in
+++ b/testing/Mfilter.py.in
@@ -82,10 +82,10 @@ bbp_dir = re.compile(r'^(-?\d+) (-?\d+) 
                      r'( (-?\d+) (-?\d+) (-?\d+))?'
                      r'( (-?\d+) (-?\d+) (-?\d+))?$')
 
-        # "normalize" differences in error messages caused by flex/bison:
-        # matched groups from "norm_in" are replaced by the respective
-        # element of "norm_out", unless the latter is "None" (then, the
-        # respective match is kept as-is).
+# "normalize" differences. e.g., in error messages caused by flex/bison:
+# matched groups from "norm_in" are replaced by the respective
+# element of "norm_out", unless the latter is "None" (then, the
+# respective match is kept as-is).
 norm_in  = re.compile('(?:'+')|(?:'.join([
                                                                                
                                                                 # id: #groups
 ### r'^(ERROR = !| *!|)(syntax|parse|parse error: syntax)( error, )(unexpected 
.* on line |unexpected .* in: )?(.*)\n',                         # 1: 5
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to