Fix bugs in the isolation tester flex rules.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 74a09d92101f36a5fe66f4f74253708931546e4c
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-03-10T07:06:56Z
Releases: 9.1.0
Fix bugs in the isolation tester flex rules.

Tom Lane pointed out that it was giving a warning: "-s option given but
default rule can be matched". That was because there was no rule to handle
newline in a quoted string. I made that throw an error.

Also, line number tracking was broken, giving incorrect line number on
error. Fixed that too.

Files

PathChange+/−
src/test/isolation/specscanner.l modified +17 −9