From: Jess Robinson Date: Fri, 9 Jun 2006 13:58:03 +0000 (+0000) Subject: Add test to prove insert statements with quoted semi-colons can still be skipped X-Git-Tag: v0.11008~423 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=306c3c97ea64d2cc00f81a13a8bfb609510bfd23;p=dbsrgits%2FSQL-Translator.git Add test to prove insert statements with quoted semi-colons can still be skipped --- diff --git a/t/02mysql-parser.t b/t/02mysql-parser.t index 378e73e..a1dc503 100644 --- a/t/02mysql-parser.t +++ b/t/02mysql-parser.t @@ -427,7 +427,7 @@ BEGIN { ALTER TABLE one ADD FOREIGN KEY (two_id) REFERENCES two (id); - INSERT absolutely *#! any old $£ ? rubbish ; + INSERT absolutely *#! any old $£ ? rubbish, even "quoted; semi-what""sits"; ] ) or die $tr->error;