[perl #66888] [BUG] texas quotes do not nest properly in q<<>> strings

2012-11-13 Thread Will Coleda via RT
On Sun Jan 30 21:31:29 2011, coke wrote: > On Wed Jun 24 09:11:30 2009, KyleHa wrote: > > OK, I've added a test for this in S02- > > whitespace_and_comments/comments.t > > The test is now found in S02-literals/quoting.t (added linkback to this RT) And the test has been unTODO'd. Closing ticket.

[perl #66888] [BUG] texas quotes do not nest properly in q<<>> strings

2011-01-30 Thread Will Coleda via RT
On Wed Jun 24 09:11:30 2009, KyleHa wrote: > OK, I've added a test for this in S02- > whitespace_and_comments/comments.t The test is now found in S02-literals/quoting.t (added linkback to this RT) -- Will "Coke" Coleda

Re: [perl #66888] [BUG] texas quotes do not nest properly in q<<>> strings

2009-06-24 Thread Kyle Hasselbacher
OK, I've added a test for this in S02-whitespace_and_comments/comments.t is( q<< <> >>, ' <> ', 'nesting of <> or <> 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. I

Re: [perl #66888] [BUG] texas quotes do not nest properly in q<<>> strings

2009-06-24 Thread yary
On Wed, Jun 24, 2009 at 7:21 AM, Kyle Hasselbacher 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

Re: [perl #66888] [BUG] texas quotes do not nest properly in q<<>> strings

2009-06-24 Thread Kyle Hasselbacher
This seems to be covered by a test in t/spec/S02-whitespace_and_comments/comments.t: # L #?rakudo skip 'nested parens and braces' { is -1 #<<< Even <<< also >>> works... >>>, -1, 'nested brackets in embedded comment'; On Tue, Jun 23, 2009 at 5:09 AM, Carl Mäsak wrote: > # New Ti

[perl #66888] [BUG] texas quotes do not nest properly in q<<>> strings

2009-06-23 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #66888] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=66888 > rakudo: say q<< <> >> rakudo 10f223: OUTPUT«Statement not terminated properly at line