This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / smartmatch.t
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2012-01-24 Leon TimmermansEnforce Any ~~ Object smartmatch precedence
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_if_miniperl().
2010-09-07 David LeadbeaterFix RT #77468: Smart matching on slices
2009-12-07 Rafael Garcia-SuarezThe deep arrays for testing ~~ were not deep enough
2009-11-01 Yuval KogmanAdds additional tests with undef for smartmatch.
2009-07-27 Rafael Garcia-SuarezMake test pass with miniperl
2009-07-01 Rafael Garcia-SuarezMake C<undef ~~ 0> and C<undef ~~ ""> not match (like...
2009-06-24 Rafael Garcia-SuarezAdd tests for smart match overload fallback
2009-06-01 Rafael Garcia-SuarezMore ~~ tests
2009-05-24 Rafael Garcia-SuarezAllow ~~ overloading on the left side, when the right...
2009-05-24 Rafael Garcia-SuarezIn the ~~ implementation, consistently use the SV-aware...
2009-05-13 Rafael Garcia-SuarezEnable more warnings in smart match tests
2009-05-12 Rafael Garcia-SuarezRemove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-09 Rafael Garcia-SuarezImplement Hash/Array ~~ Regex (with tests)
2009-05-09 Rafael Garcia-SuarezAdd a test for object ~~ string, with stringification...
2009-05-09 Rafael Garcia-SuarezAdd tests for object ~~ regexp
2009-05-09 Rafael Garcia-SuarezTreat blessed references on the left of C<~~> as scalars
2009-05-09 Rafael Garcia-SuarezImplement distributivity in $scalar ~~ @array
2009-05-08 Rafael Garcia-SuarezDocument what to do with object on the left and add...
2009-05-08 Rafael Garcia-SuarezMake ~~ overloading only be invoked on the right argument
2009-05-08 Rafael Garcia-SuarezMore tests for ~~
2009-05-06 Rafael Garcia-SuarezRewrite tests for objects and ~~
2009-05-05 Rafael Garcia-SuarezFix test for stringification of arrays.
2009-05-05 Rafael Garcia-SuarezAdd tests for @array ~~ $string
2009-03-24 Rafael Garcia-SuarezMore tests. Simplify tests for ~~ overloading
2009-03-24 Rafael Garcia-SuarezMake []~~\&f and {}~~\&f match
2009-03-24 Rafael Garcia-SuarezFix tests for ~~ overloading
2009-03-23 Rafael Garcia-SuarezImplement "~~ $scalar" for numbers and strings
2009-03-23 Rafael Garcia-SuarezMake ~~ qr// non-commutative
2009-03-23 Rafael Garcia-SuarezRefactoring work on '~~ @array' implementation
2009-03-23 Rafael Garcia-SuarezAdd more tests with an empty hash on the right of ~~
2009-03-18 Rafael Garcia-SuarezSmart match when a hash is on the RHS
2009-03-18 Rafael Garcia-SuarezReverse the order of operands for several "~~ hash...
2009-03-18 Rafael Garcia-SuarezRemove obsolete or redundant tests
2009-03-17 Rafael Garcia-SuarezDocument that empty sets don't smart-match
2009-03-17 Rafael Garcia-SuarezTest that in "~~ sub", the sub is not called on empty...
2009-03-17 Rafael Garcia-SuarezIterative smart match over keys/elements when a coderef...
2009-03-13 Rafael Garcia-SuarezMake smart matching ~~ undef dispatch only on the RHS
2009-03-12 Rafael Garcia-SuarezSome tests reorgarnisation for ~~ against undef and...
2009-03-06 Rafael Garcia-SuarezRemove special case for coderefs with empty prototypes...
2009-02-20 Rafael Garcia-SuarezMore smartmatch tests
2009-02-20 Rafael Garcia-SuarezReorder and complete tests for smart matching with...
2009-02-20 Rafael Garcia-SuarezFix {%hash} ~~ %hash test
2009-02-20 Rafael Garcia-SuarezBetter diagnostics for the ~~ test
2009-02-13 Rafael Garcia-SuarezMore tests for coderefs and smart match
2009-02-13 Rafael Garcia-SuarezRemove code that has never been used in any test
2009-02-13 Rafael Garcia-Suarez$object ~~ undef should always test for definedness
2009-02-13 Rafael Garcia-SuarezAdd tests for undef smart-matching
2009-02-13 Rafael Garcia-SuarezRemove obsolete comment; document test format
2009-02-13 Rafael Garcia-SuarezMore tests for array-ref smart match
2009-02-13 Rafael Garcia-SuarezRemove one of the two definitions of the a_const contan...
2009-01-02 Yuval KogmanMore comprehensive smartmatch.t, supersedes smobj.t
2009-01-02 Yuval Kogmanadd eval and error support to the t/op/smartmatch.t...
2009-01-02 Yuval Kogmanadd undef tests to t/op/smartmatch.t
2007-11-30 Dmitry KarasikRe: smart match: array ~~ hash
2007-01-15 Rafael Garcia-SuarezEnable the ~~ operator by default.
2005-12-19 Robin Houstonlatest switch/say/~~