1
0
mirror of https://github.com/golang/go synced 2024-11-21 22:14:41 -07:00

exp/norm: fixed bug that creeped in with moving to the new

regexp, which caused the last line of a test block to be ignored.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5177052
This commit is contained in:
Marcel van Lohuizen 2011-10-31 10:58:04 +01:00
parent 0f6b80c694
commit eef7809193

View File

@ -764,7 +764,7 @@ func verifyComputed() {
}
}
var qcRe = regexp.MustCompile(`^([0-9A-F\.]+) *; (NF.*_QC); ([YNM]) #.*$`)
var qcRe = regexp.MustCompile(`([0-9A-F\.]+) *; (NF.*_QC); ([YNM]) #.*`)
// Use values in DerivedNormalizationProps.txt to compare against the
// values we computed.