OK, I've added a test for this in S02-whitespace_and_comments/comments.t is( q<< <<woot>> >>, ' <<woot>> ', 'nesting of <<texas>> or <<french>> quotes' );
I'm not sure that's the best place for it. It conforms to where I find the example in the spec, but it doesn't have anything to do with comments, really. If anyone can suggest a better home for it, I'll move it. Kyle. On Wed, Jun 24, 2009 at 10:58 AM, yary<not....@gmail.com> wrote: > On Wed, Jun 24, 2009 at 7:21 AM, Kyle Hasselbacher<kyl...@gmail.com> wrote: >> This seems to be covered by a test in >> t/spec/S02-whitespace_and_comments/comments.t: > > Not exactly, the new case is two angle brackets which is a synonym for > french quotes, the existing test has single and tripled brackets but > not doubled brackets. >