Alternate Perl Implementation |
|
Note: this version is also being ported to AlternatePythonImplementation and AlternateRubyImplementation for the YamlImplementationTestSuite The class involved are:
@parts = split m#(</?(?:table|tr|td)\b.*?>)#si, $html; Another difference is how fixture processing is handled. The alternative implementation makes no distinction between attributes and methods. A cell is either a class, a method, or an argument. If a method wants to set an attribute, fine. Also a method call determines whether it wants to be a test (pass, fail, except, ignore) or not (do nothing). See it in action at PerlTypeIssues
|
|
Last edited April 21, 2003 Return to WelcomeVisitors |