On Thu, 18 Oct 2007, Michael Paesold wrote:
> Ok, here is the patch. It also adds your tests exposing the bug to the test
> suite. The patch fixes both test cases and passes all other regression tests
> (at least with JDK 1.5....). Does it look OK to you?
Looks good. Applied.
> Should we do anything additional about error-ing out when we detect an
> unterminated dollar-quote (see previous mail)?
>
I don't think that's necessary. We don't do so for string literals,
quoted identifiers, or block comments.
Kris Jurka