Fix bugs in the isolation tester flex rules.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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
| Path | Change | +/− |
|---|---|---|
| src/test/isolation/specscanner.l | modified | +17 −9 |