Closed p6rt closed 12 years ago
\
This is an automatically generated mail to inform you that tests are now available in t/spec/S05-metasyntax/charset.t
commit 8cf9ce6e75dec38eaf2e2c5c5474bc1336d468d2 Author: kyle \kyle@​c213334d\-75ef\-0310\-aa23\-eaa082d1ae64 Date: Tue Dec 29 17:02:28 2009 +0000
[t/spec] Test for RT 71702: lethal reverse range in charset
git-svn-id: http://svn.pugscode.org/pugs@​29417 c213334d-75ef-0310-aa23-eaa082d1ae64
The RT System itself - Status changed from 'new' to 'open'
[13:26] \
I'm not sure if reversed ranges are allowed in current spec, so I leave it unchanged
On Tue Dec 29 03:14:18 2009, masak wrote:
\
mberends: I made great strides with GGE yesterday on the bus. \ \o/ \ the funniest things to implement are things marked TODO in PGE. :) \ rakudo: say "foo" ~~ /\<[d..b]>? foo/ \ rakudo 8dc189: foo \ GGE dies on the reverse range in the enum char class. \ ooh! * masak submits rakudobug \ :P \ ng: say "foo" ~~ /\<[d..b]>? foo/ \ ng 06c947: foo \ heh.
Dies now:
say "foo" ~~ /\<[d..b]>? foo/ Illegal reversed character range in regex: d..b at line 1, near ">? foo/\n"
Tagging testneeded.
/jnthn
On Fri Apr 20 06:02:21 2012, jnthn@jnthn.net wrote:
On Tue Dec 29 03:14:18 2009, masak wrote:
\
mberends: I made great strides with GGE yesterday on the bus. \ \o/ \ the funniest things to implement are things marked TODO in PGE. :) \ rakudo: say "foo" ~~ /\<[d..b]>? foo/ \ rakudo 8dc189: foo \ GGE dies on the reverse range in the enum char class. \ ooh! * masak submits rakudobug \ :P \ ng: say "foo" ~~ /\<[d..b]>? foo/ \ ng 06c947: foo \ heh. Dies now:
say "foo" ~~ /\<[d..b]>? foo/ Illegal reversed character range in regex: d..b at line 1, near ">? foo/\n"
Tagging testneeded.
/jnthn
19:27 \<+dalek> roast: 6a03ec5 | diakopter++ | S05-mass/rx.t: 19:27 \<+dalek> roast: test RT #71702. resolves ticket 19:27 \<+dalek> roast: review: https://github.com/perl6/roast/commit/6a03ec52c3
@diakopter - Status changed from 'open' to 'resolved'
Migrated from rt.perl.org#71702 (status was 'resolved')
Searchable as RT71702$